﻿@charset "UTF-8";
.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    border: 2px solid #e8e7e7;
    border-radius: 100%;
    background: url(../images/btn_prev.png) no-repeat center #FFFFFF;
}

.slick-arrow:hover {
    background: url(../images/btn_prev3.png) no-repeat center #0b7244;
    border-color: #0b7244;
}

.slick-prev {
    left: -8%;
}

.slick-next {
    left: auto;
    right: -8%;
    transform: rotate(180deg);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 105;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 70px;
}

.header .logo {    
    padding-top: 10px;
    position: absolute;
    z-index: 10;
    margin-left: -8px;
}

.header .logo img {
    position: relative;
    z-index: 2;
}

.header .logo::before {
    content: '';
    width: 155px;
    height: 27px;
    position: absolute;
    left: 50%;
    bottom: -9px;
    background: url(../images/logo_bg.png) no-repeat center top;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .logo.hide:before {
    display: none;
}

.header .other {
    float: right;
    position: relative;
}

.header .other::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 110%;
    transform: rotate(30deg);
    background-color: #e4e4e4;
    left: -15%;
    top: -5%;
}

.header .other dt,
.header .other dd {
    float: left;
    margin-left: 30px;
    position: relative;
}

.header .other dd:last-child {
    margin-left: 0;
}

.header .other dt {
    margin-left: 0;
}

.header .other .tel {
    padding-left: 40px;
    background: url(../images/top_tel.png) no-repeat left center;
    font-size: 20px;
    color: #0b7244;
    font-weight: bold;
    font-family: "Oswald-Bold";
}

.header .other .lang a {
    font-size: 18px;
    color: #0b7244;
    font-weight: bold;
}

.header .other .open_search {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/search_icon.png) no-repeat center;
}

.header .other .open_search_on:before,
.header .other .open_search_on:after {
    position: absolute;
    content: '';
    width: 90%;
    left: 15%;
    height: 2px;
    top: 50%;
    margin-top: -1.5px;
    background: #0b7244;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.header .other .open_search_on:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.header .other .open_search_on {
    background: none !important;
    position: relative;
}

.header .search_box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 320px;
    line-height: normal;
    display: none;
}

.header .search_box .text {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: #fff;
    padding: 0 10px;
    color: #999;
}

.header .search_box .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: url(../images/search_icon.png) no-repeat center #f1f1f1;
}

.navTop {
    float: left;
    width: 66%;
    margin-left: 10%;
}

.navTop li {
    float: left;
    margin: 0 2.5%;
    font-size: 17px;
}

.navTop li:last-child {
    margin-right: 0;
}

.navTop li a {
    color: #555555;
    display: block;
}
  .navTop>ul li:nth-child(3) .box{
padding-bottom: 8px;
    }
  .navTop>ul li:nth-child(4) .box{
/*padding-bottom: 8px;*/
    }
.navTop .subnav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.navTop .subnav::before {
    content: '';
    width: 100%;
    height: 29px;
    display: block;
    background: url(../images/nav_bg1.png) no-repeat center top;
}

.navTop .subnav .box {
    background-color: #FFFFFF;
    padding: 0 0 29px;
}

.navTop .subnav .w1440 {
    width: 100%;
    text-align: center;
}

.navTop .subnav li {
    text-align: center;
    line-height: normal;
    margin: 0 3% 0 0;
}

.navTop .subnav .li_center {
    margin: 0 !important;
}

.navTop .subnav li figure {
    width: 70px;
    line-height: 60px;
    height: 60px;
    margin: 0 auto 10px;
    text-align: center;
}

.navTop .subnav li figure img {
    display: inline-block;
    max-height: 100%;
}

.navTop .subnav:first-child {
    margin-left: 0;
}

.navTop .subnav .li_center {
    display: inline-block;
    float: none;
    width: 120px;
    font-size: 14px;
}

.navTop .subnav .li_mr6 {
    margin-right: 6%;
}

.navTop .navA {
    position: relative;
}

@media screen and (max-width: 1440px) {
    .header .logo {
        margin-left: 20px;
    }
    .navTop {
        margin-left: 10%;
        text-align: center;
    }
    .navTop>ul>li {
        margin: 0 1%;
        float: none;
        display: inline-block;
    }
    .navTop .subnav::before {
        background: url(../images/nav_bg2.png) no-repeat left top;
    }
}

@media screen and (max-width: 1280px) {
    .navTop {
        margin-left: 8%;
        width: 65%;
    }
    .navTop li {
        margin: 0 1.5%;
    }
}

@media screen and (min-width: 1200px) {
    .header .other::before {
        left: -9%;
    }
    .navTop>ul>li:hover>a:after,
    .navTop>ul>li.on>a:after {  content: ''; position: absolute;background: #0b7244; width: 100%; height:2px;bottom: 0;left: 0; }
}

@media screen and (max-width: 1200px) {

    .navTop>ul>li {
        font-size: 15px;
        margin: 0 1.5%;
    }
    .navTop li {
        font-size: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .navTop {
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-y: auto;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.3);
        line-height: 40px;
        margin-left: 0;
    }
    .navTop .w1140 {
        padding-right: 0;
    }
    .navTop>ul {
        padding-top: 70px;
        position: relative;
        height: 100%;
        width: 220px;
        float: right;
        background-color: #0f643d;
    }
    .navTop>ul>li.li_sub {
        position: relative;
    }
    .navTop>ul>li.li_sub::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 42px;
        z-index: 10;
    }
    .navTop>ul li {
        margin-right: 0;
        float: none;
        text-align: center;
        display: block;
    }
    .navTop>ul>li>a {
        font-size: 18px;
    }
    .navTop>ul>li li a {
        font-size: 14px;
    }
    .navTop>ul li a {
        color: #FFFFFF;
    }
    .navTop.navTop_show {
        visibility: visible;
    }
    .navTop .subnav {
        position: relative;
        background-color: #0f643d;
        font-size: 12px;
    }
    .navTop .subnav::before {
        display: none;
    }
    .navTop .subnav .box {
        background-color: transparent;
    }
    .navTop .subnav ul {
        padding-left: 0 !important;
    }
    .navTop .subnav li {
        display: block !important;
        font-size: 16px;
        line-height: 36px;
        margin: 0 !important;
    }
    .navTop .subnav .li_center {
        width: 100%;
    }
    .navTop .subnav li figure {
        display: none;
    }
    .header .other::before {
        display: none;
    }
    .header .logo.hide::before {
        display: block;
    }
    #open_menu {
        z-index: 102;
        position: relative;
        width: 40px;
        height: 40px;
        margin-top: 16px;
        cursor: pointer;
        transition: all .3s;
    }
    #open_menu i {
        display: block;
        background-color: #00746d;
        position: absolute;
        width: 30px;
        left: 5px;
        top: 18px;
        height: 3px;
        border-radius: 4px;
        transition: all .3s;
    }
    #open_menu::before,
    #open_menu::after {
        content: '';
        position: absolute;
        left: 5px;
        width: 30px;
        height: 3px;
        background-color: #00746d;
        border-radius: 4px;
    }
    #open_menu::before {
        top: 10px;
    }
    #open_menu::after {
        bottom: 10px;
    }
    #open_menu.open_menu_on i {
        opacity: 0;
    }
    #open_menu.open_menu_on:before {
        transform: rotate(45deg);
        background-color: #FFFFFF;
        top: 18px;
    }
    #open_menu.open_menu_on:after {
        transform: rotate(-45deg);
        background-color: #FFFFFF;
        bottom: 18px;
    }
}

@media screen and (max-width: 640px) {
    .header .other dt,
    .header .other dd {
        margin-left: 15px;
    }
    .header .other .tel {
        display: none;
    }
    .Hbanner {
        top: 56px;
    }
    .Hbanner .slick-dots li {
        height: 20px !important;
        width: 20px !important;
        background-size: contain !important;
    }
    .right_fixed {
        display: none;
    }
    .Hbox1 {
        margin-top: 50px;
    }
    .header {
        line-height: 55px;
    }
    .header .logo img {
        height: 60px;
    }
    #open_menu {
        margin-top: 9px;
    }
	.header .logo::before {
    bottom: -13px;
}
}

.Hbanner {
    position: relative;
}

.Hbanner .img {
    width: 100%;
    display: block;
}

.Hbanner .wapBan {
    display: none;
}

.Hbanner .ban_txt {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
}

.Hbanner .ban_txt h3 {
    font-weight: normal;
    font-size: 36px;
    margin: 1.5% 0;
}

.Hbanner .ban_txt p {
    font-size: 20px;
    opacity: .8;
    margin: 0;
}

.Hbanner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.Hbanner .slick-dots li {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/dots_icon.png) no-repeat center;
    margin: 0 12px;
    opacity: .39;
}

.Hbanner .slick-dots li button {
    display: none;
}

.Hbanner .slick-dots li.slick-active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .Hbanner .ban_txt,
    .Hbanner .pcBan {
        display: none;
    }
    .Hbanner .wapBan {
        display: block;
    }
}

.Hindex {
    position: relative;
}

.Hindex::before {
    content: '';
    position: absolute;
    left: 2.2%;
    top: 0;
    width: 128px;
    height: 100%;
    background: url(../images/Hbox_line.png) repeat-y left top;
    z-index: 10;
}


.Htit h2 {
    margin: 0;
    font-family: "YouShe";
    font-size: 40px;
    color: #0b7244;
    font-weight: normal;
    padding-bottom: 5px;
}

.Htit h2 b {
    font-size: 52px;
    color: #dab779;
    font-family: "Oswald-Bold";
    font-style: oblique;
}
.Htit h2 span{ font-size: 42px;}

.Htit h4 {
    margin: 5px 0 10px;
    color: #d29d43;
    font-size: 20px;
    font-weight: normal;
}

.Htit h3 {
    font-size: 16px;
    color: #555555;
    margin: 0;
    font-weight: normal;
}

@media screen and (max-width: 1024px) {
    .Htit h2 {
        font-size: 36px;
    }
    .Htit h2 b {
        font-size: 42px;
    }
	.Htit h2 span{ font-size: 20px;}
    .Htit h4 {
        font-size: 16px;
    }
    .Htit h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .Htit h2 {
        font-size: 20px;
    }
    .Htit h2 b {
        font-size: 20px;
    }
}

.Hbox {
    position: relative;
    padding: 4% 0;
}

.Hbox::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5.6%;
    width: 31px;
    height: 31px;
    background: url(../images/Hbox_line2.png) no-repeat center;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .Hbox::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .Hbox {
        padding: 8% 0 !important;
    }
}

.Hmore {
    display: block;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    color: #0b7244;
    text-align: center;
    background-color: #dab779;
    border-radius: 50px;
}

.Hmore i {
    font-style: normal;
    font-family: '宋体';
    margin-left: 5px;
    font-weight: bold;
}

.Htable .item {
    position: relative;
}

.Htable font {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #d93c3c;
    top: 16px;
}

.Htable select,
.Htable .text {
    width: 100%;
    border: 1px solid rgba(153, 152, 147, 0.4);
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 23px;
    font-size: 16px;
    background-color: transparent;
    color: #cccac2;
}

.Htable select::-webkit-input-placeholder,
.Htable .text::-webkit-input-placeholder {
    color: #cccac2;
}

.Htable select::-moz-input-placeholder,
.Htable .text::-moz-input-placeholder {
    color: #cccac2;
}

.Htable select::-ms-input-placeholder,
.Htable .text::-ms-input-placeholder {
    color: #cccac2;
}

.Htable select {
    display: block !important;
}

.Htable .button {
    background-color: #dab779;
    color: #0b7244;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    font-size: 18px;
}

.btn_play {
    width: 59px;
    height: 59px;
    background: url(../images/play_1.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    top: 45%;
}

.Hbox1 {
    position: relative;
    padding-top: 0;
}

.Hbox1::before {
    top: 12.5%;
}

.Hbox1 .txt_con {
    width: 47%;
    padding-top: 6%;
    position: relative;
    z-index: 2;
}

.Hbox1 .Hvideo {
    position: absolute;
    right: 0;
    top: 0;
    right: 5%;
}

.Hbox1 .txt_con2 {
    background: url(../images/Habout_bg.jpg) repeat center;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin: 3% auto 0;
    padding: 1% 3.5% 2%;
    color: #fff;
}

.Hbox1 .txt_con2 li {
    width: 25%;
    float: left;
    padding-left: 45px;
    position: relative;
}

.Hbox1 .txt_con2 figure {
    position: absolute;
    left: 0;
    top: 63px;
}

.Hbox1 .txt_con2 .num {
    font-family: "Oswald-Bold";
    font-weight: normal;
    font-style: normal;
    font-size: 72px;
    color: #dab779;
    opacity: .15;
}

.Hbox1 .txt_con2 .txt {
    background: url(../images/Habout_bg.jpg) repeat center;
    margin-top: -55px;
    position: relative;
    z-index: 10;
}

.Hbox1 .txt_con2 .txt h3 {
    color: #dab779;
    font-size: 20px;
    margin: 0;
    padding: 5px 0 10px;
}

.Hbox1 .txt_con2 .txt p {
    font-size: 16px;
    opacity: .7;
    max-width: 255px;
    margin: 0;
}

.Hbox1 .txt_con2 li:first-child p {
    max-width: 175px;
}

.Hbox1 .txt_con2 li:nth-child(3) p {
    max-width: 200px;
}

.Habout_box {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.Habout_box .box1 {
    margin: 7% 0;
}

.Habout_box .ul_num_count li {
    width: 33.33%;
    float: left;
    margin: 3% 0 5%;
}

.Habout_box .ul_num_count .num {
    color: #d9a957;
    margin-bottom: 5px;
}

.Habout_box .ul_num_count .num * {
    display: inline-block;
    vertical-align: top;
}

.Habout_box .ul_num_count .count {
    font-weight: bold;
    font-size: 40px;
    font-family: "Oswald-Bold";
}

.Habout_box .ul_num_count .line {
    line-height: normal;
    font-size: 14px;
}

.Habout_box .ul_num_count .icon {
    width: 11px;
    height: 11px;
    background: url(../images/line_1.png) no-repeat center;
}

@media screen and (max-width: 1440px) {
    .Hbox1 .Hvideo {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .Hbox1 {
        overflow: hidden;
    }
    .Hbox1 .txt_con {
        width: 50%;
    }
    .Hbox1 .Hvideo {
        width: 85%;
        right: -15%;
    }
}

@media screen and (max-width: 1024px) {
    .Hbox1 .txt_con2 .txt h3 {
        font-size: 18px;
    }
    .Hbox1 .txt_con2 .txt p {
        font-size: 14px;
    }
    .Habout_box {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .Hbox1 .txt_con {
        width: 100%;
        padding-top: 0;
    }
    .Hbox1 .txt_con .Htit,
    .Hbox1 .txt_con .box1 {
        width: 50%;
    }
    .Hbox1 .txt_con2 {
        padding-bottom: 4%;
    }
    .Hbox1 .txt_con2 li {
        width: 50%;
    }
    .Hbox1 .txt_con2 li:nth-child(2n+1) {
        clear: both;
    }
    .Habout_box .ul_num_count .count {
        font-size: 36px;
    }
}

@media screen and (max-width: 640px) {
    .Hbox1 .txt_con .Htit,
    .Hbox1 .txt_con .box1 {
        width: 100%;
    }
    .Hbox1 .Hvideo {
        position: relative;
        right: 0;
        width: 100%;
    }
    .Hbox1 .txt_con2 {
        padding-bottom: 4%;
    }
    .Hbox1 .txt_con2 .num {
        font-size: 60px;
    }
    .Hbox1 .txt_con2 .txt {
        margin-top: -40px;
    }
    .Hbox1 .txt_con2 .txt h3 {
        font-size: 16px;
    }
    .Habout_box .box2{
        padding-left: 35px;
    }
    .Habout_box .ul_num_count li {
        width: 50%;
    }
    .Habout_box .ul_num_count .count {
        font-size: 30px;
    }
}

.Hbox2 {
    background-color: #f0f7f4;
    padding-bottom: 3%;
}

.Hbox2::before {
    top: 7%;
}

.Hbox2 .box {
    margin-top: 4%;
}

.Hbox2 .bg {
    position: relative;
}

.Hbox2 .bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 2;
    background-color: #0b7244;
}

.Hbox2 .bg img {
    width: 100%;
}

.Hbox2 .bg .line {
    width: 52.085%;
    padding-top: 76.946%;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/Hbox2_bg2.png) no-repeat center;
    background-size: contain;
    z-index: 10;
}

.Hbox2 .tab_span {
    position: relative;
}

.Hbox2 .tab_span ul {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
    height: 76.946%;
}

.Hbox2 .tab_span li {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    padding-left: 50px;
    line-height: 40px;
    cursor: pointer;
}

.Hbox2 .tab_span li figure {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.Hbox2 .tab_span li figure img {
    max-height: 90%;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.Hbox2 .tab_span li .line {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #FFFFFF;
    border-radius: 100%;
    right: -50%;
    margin-right: 53px;
    top: 50%;
    margin-top: -4px;
}

.Hbox2 .tab_span li:first-child {
    right: 33%;
    top: 0;
}

.Hbox2 .tab_span li:first-child .line {
    margin-right: 38px;
    margin-top: 5px;
}

.Hbox2 .tab_span li:nth-child(2) {
    right: 48%;
    top: 18%;
}

.Hbox2 .tab_span li:nth-child(3) {
    right: 55%;
    top: 37%;
}

.Hbox2 .tab_span li:nth-child(4) {
    right: 55%;
    top: 57%;
}

.Hbox2 .tab_span li:nth-child(4) .line {
    margin-right: 33px;
}

.Hbox2 .tab_span li:nth-child(5) {
    right: 48%;
    top: 75%;
}

.Hbox2 .tab_span li:nth-child(5) .line {
    margin-right: 36px;
    margin-top: -9px;
}

.Hbox2 .tab_span li:nth-child(6) {
    right: 37%;
    bottom: 0;
}

.Hbox2 .tab_span li:nth-child(6) .line {
    margin-right: 14px;
    margin-top: -22px;
}

.Hbox2 .tab_span li.on {
    color: #dab779;
    font-weight: bold;
}

.Hbox2 .tab_span li.on figure,
.Hbox2 .tab_span li.on .line {
    background-color: #dab779;
}

.Hbox2 .tab_span li.on .line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #dab779;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-left: -7px;
}

.Hbox2 .tab_span li.on:nth-child(5) .line::before {
    margin-top: -7px;
}

.Hbox2 .tab_span li.on:nth-child(6) .line::before {
    margin-left: -8px;
    margin-top: -7px;
}

.Hbox2 .tab_list {
    background: url(../images/Hpro_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.Hbox2 .tab_list .item_box {
    display: none;
}

.Hbox2 .tab_list .bg_img {
    position: absolute;
    right: 75%;
    top: 51.5%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 50%;
    z-index: 11;
}

.Hbox2 .tab_list .bg_img img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Hbox2 .tab_list ul {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
    height: 76.946%;
}

.Hbox2 .tab_list dl {
    width: 95%;
    position: relative;
}

.Hbox2 .tab_list dt {
    text-align: center;
    width: 83px;
}

.Hbox2 .tab_list dt figure {
    width: 83px;
    height: 83px;
    border: 1px solid #1a7b50;
    border-radius: 100%;
    background-color: #f0f6f3;
    line-height: 83px;
}

.Hbox2 .tab_list dt img {
    max-height: 100%;
    display: inline-block;
}

.Hbox2 .tab_list dd {
    padding-left: 7%;
}

.Hbox2 .tab_list dd * {
    margin: 0;
}

.Hbox2 .tab_list dd h3 {
    color: #0b7244;
    font-size: 20px;
    margin-bottom: 5%;
}

.Hbox2 .tab_list dd p {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    max-width: 200px;
}

.Hbox2 .tab_list li {
    position: absolute;
    padding-left: 30%;
    left: 0;
    margin-top: -3%;
}

.Hbox2 .tab_list li::before {
    content: '';
    position: absolute;
    width: 40%;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #ececec;
}

.Hbox2 .tab_list li:first-child {
    top: 0;
}

.Hbox2 .tab_list li:first-child::before {
    margin-top: -3%;
}

.Hbox2 .tab_list li:first-child dd p {
    max-width: 280px;
}

.Hbox2 .tab_list li:nth-child(2) {
    top: 30%;
    left: 10%;
    width: 90%;
}

.Hbox2 .tab_list li:nth-child(3) {
    top: 58%;
}

.Hbox2 .tab_list li:nth-child(4) {
    top: 87.5%;
    padding-left: 41%;
    margin-top: -0.5%;
}

.Hbox2 .tab_list li:nth-child(4)::before {
    margin-top: 0;
    width: 50%;
}

.Hbox2 .tab_list li:nth-child(4) dd p {
    max-width: 175px;
}

.Hbox2 .table_box {
    padding-top: 4%;
}

.Hbox2 .table_box hgroup {
    width: 40%;
}

.Hbox2 .table_box hgroup h2 {
    font-size: 24px;
    color: #0b7244;
    margin: 0;
}

.Hbox2 .table_box hgroup h3 {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin: 3% 0 0;
    font-weight: normal;
}

.Hbox2 .table_box dl {
    width: 58%;
}

.Hbox2 .table_box dl dt,
.Hbox2 .table_box dl dd {
    float: left;
    position: relative;
}

.Hbox2 .table_box dl dt,
.Hbox2 .table_box dl .textarea {
    margin-right: 2%;
    width: 41%;
}

.Hbox2 .table_box dl .item {
    margin-bottom: 15px;
}

.Hbox2 .table_box dl .textarea .text {
    height: 111px;
    resize: none;
}

.Hbox2 .table_box dl .btn {
    width: 14%;
}

.Hbox2 .table_box dl .btn .button {
    line-height: 111px;
    height: 111px;
}

@media screen and (max-width: 1440px) {
    .Hbox2 .tab_span li .line {
        right: -49%;
    }
    .Hbox2 .tab_span li:nth-child(6) {
        right: 38%;
    }
}

@media screen and (max-width: 1366px) {
    .Hbox2 .tab_span li .line {
        right: -47%;
    }
    .Hbox2 .tab_span li:nth-child(6) {
        right: 39%;
    }
    .Hbox2 .tab_list li:first-child {
        margin-top: -3.5%;
    }
    .Hbox2 .tab_list li:nth-child(4) {
        margin-top: -1%;
    }
}

@media screen and (max-width: 1200px) {
    .Hbox2 .tab_span li:first-child {
        right: 35.5%;
    }
    .Hbox2 .tab_span li .line {
        right: -45%;
    }
    .Hbox2 .tab_span li:nth-child(6) {
        right: 41%;
    }
    .Hbox2 .tab_list li:first-child {
        margin-top: -3.5%;
    }
    .Hbox2 .tab_list li:nth-child(4) {
        margin-top: -1%;
    }
    .Hbox2 .tab_list li dd h3 {
        font-size: 18px;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 1024px) {
    .Hbox2 .tab_span li {
        font-size: 15px;
    }
    .Hbox2 .tab_span li:first-child {
        right: 37%;
    }
    .Hbox2 .tab_span li .line {
        right: -47%;
        width: 5px;
        height: 5px;
    }
    .Hbox2 .tab_span li:nth-child(6) {
        right: 44%;
    }
    .Hbox2 .tab_list li:first-child {
        margin-top: -4%;
    }
    .Hbox2 .tab_list li dd h3 {
        font-size: 16px;
    }
    .Hbox2 .tab_list li dd p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .Hbox2 .tab_span,
    .Hbox2 .tab_list {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .Hbox2 .bg {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .Hbox2 .bg .line {
        display: none;
    }
    .Hbox2 .tab_span ul {
        position: relative;
        z-index: 10;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        overflow: hidden;
        padding: 2% 0;
    }
    .Hbox2 .tab_span li {
        font-size: 15px;
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 33.33%;
        float: left;
        margin: 1% 0;
    }
    .Hbox2 .tab_span li .line {
        display: none;
    }
    .Hbox2 .tab_list .bg_img,
    .Hbox2 .tab_list .bg_img img,
    .Hbox2 .tab_list .ul,
    .Hbox2 .tab_list li {
        position: relative;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        left: auto !important;
        top: auto;
        right: auto;
    }
    .Hbox2 .tab_list .bg_img {
        text-align: center;
    }
    .Hbox2 .tab_list .list {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 2% 0;
    }
    .Hbox2 .tab_list .list figure,
    .Hbox2 .tab_list .list ul {
        display: table-cell;
        vertical-align: middle;
    }
    .Hbox2 .tab_list li {
        margin: 4% auto !important;
        padding-left: 20%;
    }
    .Hbox2 .tab_list li::before {
        width: 30%;
    }
    .Hbox2 .tab_list li:nth-child(4) {
        padding-left: 25%;
    }
    .Hbox2 .tab_list li:nth-child(4)::before {
        width: 30%;
    }
    .Hbox2 .tab_list dt {
        width: 60px;
    }
    .Hbox2 .tab_list dt figure {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .Hbox2 .tab_list dt figure img {
        max-width: 80%;
        max-height: 80%;
    }
    .Hbox2 .table_box {
        padding-top: 8%;
    }
    .Hbox2 .table_box hgroup,
    .Hbox2 .table_box dl {
        float: none;
        width: 100%;
    }
    .Hbox2 .table_box dl {
        overflow: hidden;
        margin-top: 3%;
    }
}

@media screen and (max-width: 640px) {
    .Hbox2 .tab_span {
        padding: 5% 0 5%;
    }
    .Hbox2 .tab_span li {
        width: 50%;
    }
    .Hbox2 .tab_list .list figure,
    .Hbox2 .tab_list .list ul {
        display: block;
        width: 100%;
    }
    .Hbox2 .tab_list li {
        padding-left: 2% !important;
        width: 100% !important;
        margin-bottom: 8% !important;
    }
    .Hbox2 .tab_list li::before {
        display: none;
    }
    .Hbox2 .tab_list li p {
        max-width: 100% !important;
    }
    .Hbox2 .table_box dl dt,
    .Hbox2 .table_box dl dd {
        float: none;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .Hbox2 .table_box dl .btn .button {
        line-height: 48px;
        height: 48px;
        margin-top: 10px;
        border-radius: 10px;
    }
}

.Hbox3 {
    padding-bottom: 3%;
    text-align: center;
}

.Hbox3::before {
    top: 8.5%;
    left: 3.7%;
}

.Hbox3 p {
    font-size: 16px;
    color: #555555;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox3 .list_top {
    padding: 4% 0 0;
    position: relative;
    z-index: 10;
}

.Hbox3 .list_top figure {
    width: 163px;
    height: 163px;
    position: relative;
    background-color: #f0f7f4;
    border-radius: 100%;
    font-size: 0;
    line-height: 163px;
    text-align: center;
    margin: 30px auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox3 .list_top figure::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px dashed rgba(11, 114, 68, 0.2);
    width: 90%;
    height: 90%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox3 .list_top figure img {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    max-height: 70%;
}

.Hbox3 .list_top figure img.on {
    display: none;
}

.Hbox3 .list_top li a {
    display: block;
    padding: 0 2%;
}

.Hbox3 .list_top li a:hover figure {
    background-color: #035d35;
    transform: scale(1.25);
}

.Hbox3 .list_top li a:hover figure::before {
    border-color: #FFFFFF;
}

.Hbox3 .list_top li a:hover figure img {
    display: none;
}

.Hbox3 .list_top li a:hover figure img.on {
    display: inline-block;
}

.Hbox3 .list_top li a:hover p {
    transform: translateY(17px);
}

.Hbox3 .list ul {
    margin: 0 -13px;
}

.Hbox3 .list li a {
    display: block;
    margin: 0 13px 40px;
}

.Hbox3 .list li figure {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding-top: 49%;
    overflow: hidden;
}

.Hbox3 .list li figure i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox3 .list li a:hover figure i {
    transform: scale(1.25);
}

.Hbox3 .slick-dots {
    padding: 4% 0;
}

.Hbox3 .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.Hbox3 .slick-dots li button {
    display: block;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #0b7244;
    opacity: .15;
    font-size: 0;
    border-radius: 100%;
    padding: 0;
}

.Hbox3 .slick-dots .slick-active button {
    opacity: 1;
}

@media screen and (max-width: 1440px) {
    .Hbox3 .list ul {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .Hbox3 p {
        font-size: 14px;
    }
    .Hbox3 .list_top figure {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .Hbox3 .list li a {
        margin-bottom: 20px;
    }
    .Hbox3 .slick-dots li {
        margin: 0 5px;
    }
}

.Hbox4 {
    background-color: #f0f7f4;
}

.Hbox4::before {
    left: 4.5%;
    top: 6%;
}

.Hbox4 .box1 .img_box {
    width: 50%;
}

.Hbox4 .box1 .img_box li {
    display: none;
}

.Hbox4 .box1 .img_box img {
    width: 100%;
}

.Hbox4 .box1 .fl {
    width: 50%;
}

.Hbox4 .box1 .txt_box {
    float: right;
    max-width: 720px;
    width: 96%;
}

.Hbox4 .box1 .txt_box .Htit {
    margin-top: -2%;
    padding-bottom: 5%;
}

.Hbox4 .box1 .tab_span {
    max-width: 480px;
    background-color: #FFFFFF;
    margin: 4% 0;
}

.Hbox4 .box1 .tab_span li {
    width: 50%;
    float: left;
    line-height: 80px;
    text-align: center;
    border-top: 1px solid rgba(11, 114, 68, 0.1);
    border-left: 1px solid rgba(11, 114, 68, 0.1);
    font-size: 18px;
    color: #555555;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.Hbox4 .box1 .tab_span .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox4 .box1 .tab_span .bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.Hbox4 .box1 .tab_span aside {
    display: inline-block;
    line-height: 24px;
    padding-left: 50px;
    position: relative;
    z-index: 2;
}

.Hbox4 .box1 .tab_span .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

.Hbox4 .box1 .tab_span img.hover {
    display: none;
}

.Hbox4 .box1 .tab_span .on {
    color: #FFFFFF;
}

.Hbox4 .box1 .tab_span .on .bg {
    opacity: 1;
}

.Hbox4 .box1 .tab_span .on img {
    display: none;
}

.Hbox4 .box1 .tab_span .on img.hover {
    display: block;
}

.Hbox4 .box1 .tab_span li {
    font-size: 16px;
}

.Hbox4 .box1 .tab_list .item {
    max-width: 480px;
    display: none;
}

.Hbox4 .box1 .tab_list .item .tit {
    font-size: 24px;
    color: #0b7244;
    font-weight: normal;
    position: relative;
    padding-left: 60px;
    line-height: 40px;
    padding-top: 3px;
}

.Hbox4 .box1 .tab_list .item .tit i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}

.Hbox4 .box1 .tab_list .item .txt,
.Hbox4 .box1 .tab_list .item article {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.Hbox4 .box1 .tab_list .item article {
    line-height: 36px;
    margin: 5% 0 7.8%;
}

.Hbox4 .box1 .tab_list .item article p {
    margin: 0;
}

.Hbox4 .box1 .tab_list .item .title {
    font-size: 16px;
    color: #333333;
    margin: 0;
}

.Hbox4 .box2 {
    padding-top: 3%;
}

.Hbox4 .box2 .fl,
.Hbox4 .box2 .fr {
    width: 50%;
}

.Hbox4 .box2 .tit {
    font-size: 24px;
    color: #0b7244;
    margin: 0 0 5%;
}

.Hbox4 .box2 .fl p {
    font-size: 16px;
    color: #555555;
    line-height: 36px;
    margin: 6% 0 0;
}

.Hbox4 .box2 .fr li {
    float: left;
    width: 76px;
    background-color: #0b7244;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 0;
    margin-right: 93px;
    position: relative;
    border-radius: 10px;
}

.Hbox4 .box2 .fr li .icon {
    width: 30px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    margin: 0 auto 3px;
    display: block;
}

.Hbox4 .box2 .fr li font {
    display: block;
}

.Hbox4 .box2 .fr li .line,
.Hbox4 .box2 .fr li .line::before,
.Hbox4 .box2 .fr li .line::after {
    background-color: #cee3da;
    border-radius: 100%;
}

.Hbox4 .box2 .fr li .line {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -50%;
    top: 50%;
    margin: -5px -12px 0 0;
}

.Hbox4 .box2 .fr li .line::before,
.Hbox4 .box2 .fr li .line::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}

.Hbox4 .box2 .fr li .line::before {
    left: -150%;
    margin-left: 2px;
}

.Hbox4 .box2 .fr li .line::after {
    right: -150%;
    margin-right: 2px;
}

.Hbox4 .box2 .fr li:last-child {
    margin-right: 0;
}

.Hbox4 .box2 .fr li:last-child .line {
    display: none;
}

.Hbox4 .box2 .Htable {
    padding-top: 4%;
}

.Hbox4 .box2 .Htable li {
    float: left;
    width: 25%;
    position: relative;
}

.Hbox4 .box2 .Htable li.item {
    margin-right: 1.3%;
}

.Hbox4 .box2 .Htable li.item2 {
    width: 38%;
}

.Hbox4 .box2 .Htable li.btn {
    width: 8%;
}

.Hbox4 .box2 .Htable li.btn .button {
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .Hbox4 .box2 .fr li {
        margin-right: 60px;
    }
    .Hbox4 .box2 .fr li .line {
        margin-right: 4px;
    }
}

@media screen and (max-width: 1024px) {
    .Hbox4 .box1 {
        width: 96%;
        margin: 0 auto;
    }
    .Hbox4 .box1 .fl,
    .Hbox4 .box1 .img_box {
        width: 100%;
        float: none;
    }
    .Hbox4 .box1 .txt_box {
        float: none;
        max-width: 100%;
        margin-bottom: 5%;
		width: 100%;
    }
    .Hbox4 .box1 .tab_list .item {
        max-width: 100%;
    }
    .Hbox4 .box1 .tab_list .item .tit {
        font-size: 18px;
    }
    .Hbox4 .box1 .tab_list .item .txt,
    .Hbox4 .box1 .tab_list .item article {
        font-size: 14px;
        line-height: 24px;
    }
    .Hbox4 .box2 {
        padding-top: 8%;
    }
    .Hbox4 .box2 .fl,
    .Hbox4 .box2 .fr {
        width: 100%;
        float: none;
        margin-bottom: 2%;
    }
	.Hbox4 .box1 .txt_box .Htit {
	text-align:center;
}
}

@media screen and (max-width: 640px) {
    .Hbox4 .box2 .tit {
        font-size: 18px;
    }
    .Hbox4 .box2 .fr li {
        font-size: 12px;
        width: 58px;
        margin-right: 30px;
    }
    .Hbox4 .box2 .fr li .line {
        width: 6px;
        height: 6px;
        left: 100%;
        margin-left: 12px;
    }
    .Hbox4 .box2 .fr li .line::before,
    .Hbox4 .box2 .fr li .line::after {
        width: 3px;
        height: 3px;
    }
    .Hbox4 .box2 .Htable li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 2%;
    }
    .Hbox4 .box2 .Htable li.btn .button {
        font-size: 16px;
    }
}

.Hbox5::before {
    left: 5.5%;
    top: 8.8%;
}

.Hbox5 .box {
    position: relative;
    margin-top: 4%;
}

.Hbox5 .tab_li {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.Hbox5 .tab_li li {
    float: left;
    padding: 0 5.5%;
    background-color: #f8f8f8;
    color: #999999;
    border-radius: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 1.5%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.Hbox5 .tab_li .on,
.Hbox5 .tab_li li:hover {
    background-color: #0b7244;
    color: #FFFFFF;
}

.Hbox5 .item {
    display: none;
}

.Hbox5 .top {
    width: 47.67%;
    padding: 0 3%;
    position: relative;
}

.Hbox5 .top::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72%;
    background-color: #f0f7f4;
    border-radius: 20px;
}

.Hbox5 .top a {
    display: block;
    position: relative;
    z-index: 2;
}

.Hbox5 .top figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.Hbox5 .top figure img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Hbox5 .top .txt {
    position: relative;
    margin: 0 6%;
    padding-bottom: 6%;
    z-index: 3;
}

.Hbox5 .top time {
    width: 80px;
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-family: "Oswald-Bold";
    background-color: #0b7244;
    margin-top: -55px;
    border-radius: 10px;
    padding: 5px 0;
}

.Hbox5 .top time b {
    display: block;
    font-size: 42px;
    line-height: 49px;
}

.Hbox5 .top h2 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 5% 0 4%;
}

.Hbox5 .top p {
    margin: 0;
    line-height: 36px;
    color: #666666;
    font-size: 16px;
}

.Hbox5 .top a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Hbox5 .top a:hover h2 {
    color: #0b7244;
}

.Hbox5 .fr {
    padding-top: 60px;
    margin-top: 1%;
    width: 49.5%;
}

.Hbox5 .fr .Hmore {
    margin-top: 6.5%;
}

@media screen and (max-width: 768px) {
    .Hbox5 .tab_li {
        position: relative;
        width: 100%;
        margin-bottom: 5%;
        text-align: center;
    }
    .Hbox5 .tab_li li {
        line-height: 42px;
        font-size: 16px;
        float: none;
        display: inline-block;
    }
    .Hbox5 .fl,
    .Hbox5 .fr {
        width: 100%;
        padding-top: 0;
    }
    .Hbox5 .top h2 {
        font-size: 16px;
    }
    .Hbox5 .top p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 640px) {
    .Hbox5 .top time b {
        font-size: 36px;
        line-height: 32px;
        padding-top: 5px;
    }
}

.Hbox6 {
    background-color: #f7f6f0;
    padding-bottom: 2.5%;
}

.Hbox6::before {
    left: 4%;
    top: 12%;
}

.Hbox6 .fl {
    width: 50%;
}

.Hbox6 .fr {
    width: 45%;
}

.Hbox6 .Htit h2 {
    margin-bottom: 2%;
}

.Hbox6 article {
    margin: 13% 0 0;
}

.Hbox6 .Hbox6_con dl {
    margin-bottom: 7%;
}

.Hbox6 .Hbox6_con dt {
    font-size: 24px;
    color: #333333;
    margin-bottom: 2.5%;
}

.Hbox6 .Hbox6_con dd {
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.Hbox6 .Hbox6_con .tel {
    font-size: 36px;
    background-image: linear-gradient(0deg, #d9a957, #e4b565);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Oswald-Bold";
    text-shadow: 0 0 5px rgba(200, 157, 80, 0.13);
}

.Hbox6 .Hmore {
    color: #FFFFFF;
    background-color: #0b7244;
}

@media screen and (max-width: 768px) {
    .Hbox6 .fl,
    .Hbox6 .fr {
        width: 100%;
        float: none;
        margin-bottom: 2%;
    }
    .Hbox6 .Hbox6_con dt {
        font-size: 18px;
    }
    .Hbox6 .Hbox6_con dd {
        font-size: 14px;
        line-height: 24px;
    }
    .Hbox6 .Hbox6_con .tel {
        font-size: 28px;
    }
}

.Hbox7::before {
    left: 4%;
    top: 20%;
}

.Hbox7 .fl {
    width: 48%;
}

.Hbox7 .fr {
    width: 50%;
}

.Hbox7 article {
    position: relative;
}

.Hbox7 .Hbox7_con {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/Hbox7_icon.png) no-repeat left top;
    padding-top: 35px;
    margin-top: 1%;
}

.Hbox7 .Hbox7_con .name {
    font-size: 18px;
}

.Hbox7 .Hbox7_con .tel {
    font-size: 36px;
    background-image: linear-gradient(0deg, #d9a957, #e4b565);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Oswald-Bold";
    text-shadow: 0 0 5px rgba(200, 157, 80, 0.13);
    line-height: normal;
}

.Hbox7 .Htable .item {
    margin-bottom: 20px;
}

.Hbox7 .Htable .item:nth-child(2n+1) {
    clear: both;
}

.Hbox7 .Htable .row2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.Hbox7 .Htable .row2:nth-child(2n) {
    margin-right: 0;
}

.Hbox7 .Htable .textarea {
    padding-right: 120px;
}

.Hbox7 .Htable .textarea .text {
    height: 100px;
}

.Hbox7 .Htable .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 768px) {
    .Hbox7 .fl,
    .Hbox7 .fr {
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .Hbox7 .Hbox7_con {
        font-size: 14px;
        line-height: 24px;
    }
    .Hbox7 .Hbox7_con .name {
        font-size: 16px;
    }
    .Hbox7 .Hbox7_con .tel {
        font-size: 24px;
    }
}
@media screen and (max-width: 1600px) {
    .Hindex::before {left: -1%;width: 6%;background-size: 100% auto;}
	.Hbox1::before{ left:1.5%;}
	.Hbox2::before{ left:1%;top: 6.5%;}
	.Hbox3::before{left: 2%;top: 7.5%;}
	.Hbox4{ padding-left:2%;}
	.Hbox4::before{left: 1.5%;top: 5.5%;}
	.Hbox5::before{left: 1.5%;top: 7.8%;}
	.Hbox6::before,
	.Hbox7::before{left: 1.5%;}
	
}
@media screen and (max-width: 1440px) {
	.Hbox1::before{top: 11.5%;}
	.Hbox4::before{top: 4.8%;}
	.Hbox5::before{left: 1%;}
	.Hbox6::before{top: 10.5%;}
	.Hbox7::before{top: 18%;}
	
}
@media screen and (max-width: 1366px) {
    
	.Hbox1::before{ left:1.5%;top: 9%;}
	.Hbox2::before{ left:1%;top: 6%;}
	.Hbox3::before{left: 0.5%;top: 7%;}
	.Hbox4::before{left: 1.5%;top: 4%;}
	.Hbox5::before{left: 1.5%;top: 6.8%;}
	.Hbox6::before,
	.Hbox7::before{left: 1.5%;}
	.Hbox6::before{top: 10%;}
	.Hbox7::before{top: 17%;}
}
@media screen and (max-width: 1024px) {
    .Hindex::before {
        display: none;
    }
}

.footer {
    background: url(../images/foot_bg.png) repeat;
    padding-top: 3%;
    color: #FFFFFF;
    font-size: 16px;
}

.footer .top {
    position: relative;
}

.footer .contact {
    float: right;
    width: 280px;
}

.footer .contact h2 {
    font-size: 30px;
    margin: 0;
    font-family: "Oswald-Bold";
    color: #dab779;
}

.footer .contact h3 {
    margin: 0;
    text-align: right;
    position: relative;
    font-weight: normal;
    margin-left: 5px;
}

.footer .contact h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/line.png) repeat-x left center;
    opacity: .7;
}

.footer .contact h3 span {
    display: inline-block;
    background: url(../images/foot_bg.png) repeat;
    padding-left: 10px;
    position: relative;
    z-index: 2;
}
.footer .contact .code{
	float: left; margin-left: 10px;
}
.footer .contact .ewm {
    width: 125px;
    height: 125px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin: 30px auto 5px;
}

.footer .contact .ewm img {
    display: block;
    width: 100%;
}

.footer .contact p {
    text-align: center;
    margin: 0;
    opacity: .6;
}

.footer .contact .share {
    text-align: center;
    margin: 20px 0;
}

.footer .contact .share a {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0 8px;
    width: 30px;
    height: 30px;
    background: url(../images/weixin.png) no-repeat center;
}

.footer .contact .share a.qq {
    background-image: url(../images/QQ.png);
}

.footer .contact .share a.sina {
    background-image: url(../images/weibo.png);
}

.footer .footnav {
    width: calc(100% - 300px);
    float: left;
}

.footer .footnav dl {
    float: left;
    width: calc(100% / 6);
}

.footer .footnav a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 36px;
    opacity: .6;
}

.footer .footnav dt {
    margin-bottom: 10px;
}

.footer .footnav dt a {
    font-size: 20px;
    opacity: 1 !important;
}

.footer .footnav a:hover {
    opacity: 0.8;
}

.footer .Copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 78px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .Copyright a {
    color: rgba(255, 255, 255, 0.6);
}

.footer .Copyright em {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 8px 0 12px;
}

.footer .Copyright p {
    float: right;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .footer .footnav a {
        font-size: 16px;
    }
    .footer .footnav dt a {
        font-size: 18px;
    }
    .footer .Copyright {
        text-align: center;
        padding: 2% 0;
        line-height: 36px;
    }
    .footer .Copyright p {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        font-size: 14px;
    }
    .footer .contact {
        float: none;
        margin: 0 auto;
        padding-top: 3%;
        text-align: center;
    }
    .footer .contact h2 {
        font-size: 26px;
    }
    .footer .contact h3 {
        width: 170px;
    }
    .footer .footnav {
        display: none;
    }
    .footer .Copyright {
        font-size: 14px;
        line-height: 24px;
    }
}

.right_fixed {
    position: fixed;
    right: 1%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #dfdfdf;
    background-color: #FFFFFF;
    width: 72px;
    padding: 4px;
    z-index: 100;
    border-radius: 50px;
}

.right_fixed a {
    display: block;
    width: 100%;
    background: url(../images/right_kf.png) no-repeat center;
    height: 72px;
    position: relative;
}

.right_fixed a .hover {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;
}

.right_fixed a .hover figure {
    font-size: 16px;
    color: #666;
    z-index: 100;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    line-height: 36px;
}

.right_fixed a .hover::before {
    content: '';
    position: absolute;
    background: #fff;
    box-shadow: 1px -1px 30px rgba(0, 0, 0, 0.1);
    width: 14px;
    height: 14px;
    top: 50%;
    right: 18px;
    margin-top: -7px;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -mz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right_fixed a.kf {
    border-radius: 50px 50px 0 0;
}

.right_fixed a.kf:hover {
    background-image: url(../images/right_kf2.png);
}

.right_fixed a.tel {
    background-image: url(../images/right_tel.png);
}

.right_fixed a.tel:hover {
    background-image: url(../images/right_tel2.png);
}

.right_fixed a.wx {
    background-image: url(../images/right_wx.png);
}

.right_fixed a.wx figure {
    width: 130px;
}

.right_fixed a.wx:hover {
    background-image: url(../images/right_wx2.png);
}

.right_fixed a.top {
    background-image: url(../images/right_top.png);
    z-index: 10;
}

.right_fixed a.kf:hover,
.right_fixed a.wx:hover,
.right_fixed a.tel:hover {
    background-color: #f0f7f4;
}

.right_fixed::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 91px;
    background: url(../images/right_bg2.png) no-repeat top center;
    z-index: 9;
    border-radius: 0 0 50px 50px;
}

.open_ftable {
    position: fixed;
    left: 2%;
    bottom: 5%;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.foot_fixed {
    
    /* background-color: rgba(33,111,77,.9); */
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    
    z-index: 100;
    display: none;
    padding-bottom: 1px;
}

.foot_fixed::before {
    background: url(../images/fiexd_bottom.png) repeat;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	filter: blur(.5px);
}
.foot_fixed.foot_opacity::before{ opacity: .95; background: #0b7244;}

.foot_fixed .w1440 {
    max-width: 990px;
    position: relative;
    z-index: 2;
}

.foot_fixed .top {
    padding: 0 15px;
}

.foot_fixed .top dt {
    position: relative;
    color: #FFFFFF;
    width: 250px;
    padding-left: 95px;
}

.foot_fixed .top dt figure {
    position: absolute;
    left: 0;
    top: 0;
    top: -15px;
}

.foot_fixed .top dd {
    padding: 20px 65px 20px 20px;
    text-align: center;
    position: relative;
}

.foot_fixed .top dd h3 {
    font-size: 36px;
    color: #dab779;
    margin: 0;
}

.foot_fixed .top dd .btn {
    background: url(../images/btn_down.png) no-repeat center;
    width: 61px;
    height: 43px;
    margin-top: -22px;
    transform: rotate(-180deg);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.foot_fixed .top dd .btn.on {
    transform: rotate(0);
}

.foot_fixed .top .close {
    position: absolute;
    right: 0;
    top: 30px;
    width: 25px;
    height: 25px;
    margin-right: -50px;
    cursor: pointer;
    display: none;
}

.foot_fixed .top .close::before,
.foot_fixed .top .close::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 2px;
    height: 100%;
    background-color: #d0b377;
    right: 50%;
}


.bottom_link {padding-bottom: 32px; display:none }
.home_bottom .bottom_link { display:block }
.bottom_link .w1440{ border-top: 1px solid rgba(255, 255, 255, 0.1); padding:1.5% 0 0;}
.bottom_link span,
.bottom_link a{ display: inline-block; color: rgba(255, 255, 255, 0.6);margin: 0 3px; }
.bottom_link a:hover{color: rgba(255, 255, 255, 0.8);}
.bottom_link span{ color: #fff }
/* .free-fiex {
    position: fixed;
    left: 3vw;
    bottom: 0;
    width: 60px;
    z-index: 10;
    opacity: 0;
    transition: all .8s;
}

.free-fiex.active {
    bottom: 50px;
    opacity: 1;
} */

.foot_fixed .top .close::before {
    transform: rotate(45deg);
}

.foot_fixed .top .close::after {
    transform: rotate(-45deg);
}

.foot_fixed .table {
    background: url(../images/table_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 40px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(100%);
    top: 100%;
    position: absolute;
    opacity: 0;
    z-index: 0;
}

.foot_fixed .table.table_on {
    transform: translateY(0);
    z-index: 1;
    position: relative;
    top: auto;
    opacity: 1;
}

.foot_fixed .table .item1,
.foot_fixed .table .item3 {
    vertical-align: top;
}

.foot_fixed .table .tit {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin: 0;
}

.foot_fixed .table .tit span {
    font-size: 16px;
    color: #666666;
}

.foot_fixed .table .txt {
    font-size: 12px;
    margin: 0;
}

.foot_fixed .table .txt font {
    color: #d60101;
}

.foot_fixed .table .item1 ul {
    margin: 30px 0 0;
}

.foot_fixed .table .item1 li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 14px;
}
.foot_fixed .table .item1 li .box{ position: relative;}
.foot_fixed .table .item1 li .red{ position: absolute; left: 5px; top: 16px; font-size: 16px; color: #d60101;}

.foot_fixed .table .item1 li .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}

.foot_fixed .table .item1 li .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid rgba(153, 152, 147, 0.4);
    padding: 0 5%;
    background-color: transparent;
    border-radius: 5px;
}

.foot_fixed .table .item1 li:last-child {
    margin: 20px 0 0;
}

.foot_fixed .table .item2 {
    position: relative;
    text-align: center;
    width: 170px;
}

.foot_fixed .table .item2::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    height: 100%;
    background-color: #e5e5e5;
}

.foot_fixed .table .item2 span {
    display: inline-block;
    position: relative;
    background-color: rgba(218, 183, 121, 0.2);
    padding: 10px;
    border-radius: 100%;
}

.foot_fixed .table .item2 span i {
    width: 98px;
    height: 98px;
    line-height: 98px;
    background-color: #dab779;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    font-style: normal;
    text-align: center;
}

.foot_fixed .table .item2 span font {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.foot_fixed .table .item2 .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.foot_fixed .table .item3 ul {
    background: url(../images/table_bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 8% 2%;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    margin: 30px 0 25px;
}

.foot_fixed .table .item3 ul .name {
    display: inline-block;
    width: 80px;
    text-align-last: justify;
    -moz-text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.foot_fixed .table .item3 ul .num {
    width: 120px;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .foot_fixed .top .close {
        margin-right: -4%;
    }
}

@media screen and (max-width: 768px) {
    .foot_fixed .top .close {
        margin-right: 0;
    }
    .foot_fixed .top dt figure {
        width: 25%;
    }
    .foot_fixed .top dd h3 {
        font-size: 20px;
    }
    .foot_fixed .top dd .btn {
        width: 45px;
        background-size: contain;
    }
    .foot_fixed .table .tit {
        font-size: 20px;
    }
    .foot_fixed .table .tit span {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .foot_fixed {
        max-height: 75%;
        overflow: auto;
    }
    .foot_fixed .w1440 {
        overflow: hidden;
    }
    .foot_fixed .top dt {
        display: none;
    }
    .foot_fixed .top dd {
        padding-left: 0;
        padding-right: 50px;
    }
    .foot_fixed .top dd h3 {
        font-size: 18px;
    }
    .foot_fixed .table .tit {
        font-size: 18px;
    }
    .foot_fixed .table .item {
        display: block;
    }
    .foot_fixed .table .item2 {
        width: 100%;
    }
    .foot_fixed .table .item2 span i {
        font-size: 16px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.foot_fixed_b {
    position: relative;
}

section.bottom {
    overflow: hidden;
}

.Nmenu {
    background-color: #f7f7f7;
    line-height: 76px;
}

.Nmenu .location {
    float: right;
    padding-left: 25px;
    background: url(../images/home.png) no-repeat left center;
    color: #999999;
}

.Nmenu .location a {
    color: #999999;
}

.Nmenu .location a:hover,
.Nmenu .location span {
    color: #0b7244;
}

@media screen and (max-width: 1024px) {
    .Nmenu .location {
        display: none;
    }
}

#side-menu {
    max-width: 70%;
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
	margin-left: -5%;
}

#side-menu li {
    float: left;
}

#side-menu a {
    font-size: 16px;
    color: #666666;
    margin: 0 30px;
    display: block;
    border-bottom: 2px solid transparent;
}

#side-menu .active_on a {
    border-bottom-color: #0b7244;
	color: #0b7244;
}

#side-menu .owl-item:first-child a {
    margin-left: 0;
}
.NmenuPro #side-menu{ max-width: 80%;}
.NmenuPro #side-menu a{ margin: 0 22px;}

@media screen and (max-width: 1440px) {
	#side-menu{ margin-left: 0;}
	.NmenuPro #side-menu{ max-width: 70%;}
}
@media screen and (max-width: 1024px) {
    .NmenuPro #side-menu {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #side-menu a {
        font-size: 14px;
        margin: 0 15px;
        line-height: 48px;
    }
}

.Nfr_con {
    width: 18%;
    max-width: 240px;
    position: relative;
}

.Nfr_con .table {
    background: url(../images/fr_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    border-top: 5px solid #0b7244;
    padding: 0 15px;
    padding-bottom: 60px;
    max-width: 240px;
    width: 100%;
    z-index: 100;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    /*position: absolute;*/
}
.table_1{  top:0 !important;}
.Nfr_con .table h2 {
    max-width: 155px;
    margin: 25px auto;
    font-size: 17px;
    color: #0b7244;
    text-align: center;
}

.Nfr_con .table li {
    margin-bottom: 10px;
}

.Nfr_con .table .text {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid rgba(11, 114, 68, 0.13);
    border-radius: 5px;
    padding: 0 10px;
}

.Nfr_con .table .btn {
    width: 100%;
    text-align: center;
    background-color: #0b7244;
    border: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.Nfr_con .relatedList {
    margin-top: 30px;
}

.Nfr_con .relatedList .tit {
    padding-left: 24px;
    background: url(../images/related_icon.png) no-repeat left center;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #c2dcd0;
    line-height: 46px;
}

.Nfr_con .relatedList li {
    margin: 20px 0 35px;
}

.Nfr_con .relatedList li figure {
    overflow: hidden;
    border-radius: 10px;
}

.Nfr_con .relatedList li figure img {
    width: 100%;
    display: block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Nfr_con .relatedList li p {
    color: #555555;
    line-height: 24px;
}

.Nfr_con .relatedList li a:hover figure img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Nfr_con .relatedList li a:hover p {
    color: #0b7244;
}

.Nfr_con .relatedList_pro .tit {
    padding-left: 24px;
    background: url(../images/related_icon2.png) no-repeat left center;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #c2dcd0;
    line-height: 46px;
}

.Nfr_con .relatedList_pro li {
    margin: 20px 0 35px;
}

.Nfr_con .relatedList_pro li figure {
    position: relative;
    border: 1px solid #e1e1e1;
    padding-top: 80%;
}

.Nfr_con .relatedList_pro li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 95%;
}

.Nfr_con .relatedList_pro li p {
    color: #555555;
    line-height: 24px;
    text-align: center;
}

.Nfr_con .relatedList_pro li a:hover p {
    color: #0b7244;
}

.Nfl_con {
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .Nfl_con,
    .Nfr_con {
        float: none;
        width: 100%;
    }
    .Nfr_con {
        max-width: 100%;
        display: none;
    }
    .Nfr_con .table {
        max-width: 100%;
        position: absolute !important;
        top: 0 !important;
    }
    .Nfr_con .relatedList ul {
        font-size: 0;
    }
    .Nfr_con .relatedList li {
        width: 31.33%;
        display: inline-block;
        margin: 0 1% 5%;
        font-size: 14px;
        vertical-align: top;
    }
    .Nfr_con .relatedList_pro ul {
        font-size: 0;
    }
    .Nfr_con .relatedList_pro li {
        width: 31.33%;
        display: inline-block;
        margin: 0 1% 5%;
        font-size: 14px;
        vertical-align: top;
    }
}

@media screen and (max-width: 1024px) and (max-width: 640px) {
    .Nfr_con {
        max-width: 100%;
    }
    .Nfr_con .relatedList li {
        width: 48%;
    }
    .Nfr_con .relatedList_pro li {
        width: 48%;
    }
}

.brandBox {
    background-color: #f0f7f4;
    margin-bottom: 5%;
}

.brandBox .Img {
    width: 46%;
}

.brandBox .Con {
    height: 100%;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding-right: 2.3%;
}

.brandBox .tit {
    font-size: 24px;
    color: #0b7244;
    font-weight: normal;
    margin: 0 0 2%;
}

.brandBox .txt_con {
    position: relative;
    padding-top: 56%;
}

.brandBox .txt_con .wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .brandBox .Con {
        font-size: 14px;
        line-height: 24px;
    }
    .brandBox .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .brandBox .Img,
    .brandBox .Con {
        display: block;
        width: 100%;
        padding-bottom: 4%;
    }
    .brandBox .tit {
        font-size: 18px;
    }
}

.linkList li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    text-align: center;
    margin-bottom: 3%;
    font-size: 16px;
}

.linkList li:nth-child(4n) {
    margin-right: 0;
}

.linkList figure {
    position: relative;
    border: 1px solid rgba(238, 238, 238, 0.5);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 37%;
}

.linkList figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    z-index: 1;
}

.linkList figure::before,
.linkList figure .txt {
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.linkList figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 114, 68, 0.8);
    z-index: 2;
}

.linkList figure .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    color: #FFFFFF;
}

.linkList figure .txt * {
    margin: 0;
}

.linkList figure .txt h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.linkList figure .txt h3 {
    font-size: 16px;
    font-weight: normal;
}

.linkList a:hover figure::before,
.linkList a:hover figure .txt {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .linkList li {
        width: 48%;
        margin: 0 1% 3% !important;
        font-size: 14px;
    }
    .linkList li figure {
        padding-top: 40%;
    }
}

.linkList2 figure {
    border: none;
    padding-top: 76%;
}

.linkList2 figure .txt {
    padding: 0 3%;
}

.linkList2 figure .txt h3 {
    max-width: 160px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .linkList2 li figure {
        padding-top: 76%;
    }
}

.brandInfo {
    background-color: #f1f8f5;
}

.brandInfo .Img {
    width: 24%;
    text-align: center;
}

.brandInfo .Img i {
    display: block;
    margin: 0 auto;
    width: 163px;
    height: 163px;
    line-height: 163px;
    position: relative;
    border-radius: 100%;
    background-color: #FFFFFF;
}

.brandInfo .Img i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px dashed rgba(11, 114, 68, 0.2);
    width: 90%;
    height: 90%;
    border-radius: 100%;
}

.brandInfo .Img i img {
    max-height: 80%;
    max-width: 80%;
}

.brandInfo .Info {
    padding: 5% 2% 5% 1%;
    font-size: 16px;
    line-height: 30px;
}

.brandInfo .Info .wrap {
    height: 355px;
}

.brandInfo .Info .wrap p {
    margin: 0;
}

@media screen and (max-width: 640px) {
    .brandInfo .Img,
    .brandInfo .Info {
        width: 100%;
        display: block;
        padding: 5% 0;
        line-height: 24px;
        font-size: 14px;
    }
}

.tit_icon {
    font-size: 36px;
    color: #0b7244;
    font-weight: normal;
    margin: 0;
    padding: 3.5% 0 1%;
}

.tit_icon::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/Hbox_line2.png) no-repeat center;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .tit_icon {
        font-size: 28px;
    }
}

@media screen and (max-width: 640px) {
    .tit_icon {
        font-size: 20px;
    }
}

.pro_owl_list {
    padding: 2% 0;
}
.pro_owl_list .tit_icon{
    padding-bottom: 60px;
}
.pro_owl_list ul {
    margin: 0 9.7%;
}

.pro_owl_list li a {
    display: block;
    margin: 0 20px;
    text-align: center;
    font-size: 16px;
}

.pro_owl_list li figure {
    position: relative;
    border: 1px solid #e1e1e1;
    padding-top: 80%;
}

.pro_owl_list li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 95%;
}

.pro_owl_list .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 54px;
    height: 54px;
    border: 2px solid #e8e7e7;
    border-radius: 100%;
    background: url(../images/btn_prev.png) no-repeat center #FFFFFF;
}

.pro_owl_list .slick-arrow:hover {
    background: url(../images/btn_prev3.png) no-repeat center #0b7244;
    border-color: #0b7244;
}

.pro_owl_list .slick-prev {
    left: -8%;
}

.pro_owl_list .slick-next {
    left: auto;
    right: -8%;
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .pro_owl_list li a {
        margin: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .pro_owl_list ul {
        margin: 0 6.5%;
    }
    .pro_owl_list .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -38px;
    }
}

.pro_owl_list_four {
    padding-top: 0;
}

.pro_owl_list_four ul {
    margin: 3% -12px 0;
}

.pro_owl_list_four ul li a {
    margin: 0 12px;
}

.pro_owl_list_four .slick-prev {
    left: -5%;
}

.pro_owl_list_four .slick-next {
    right: -5%;
}

@media screen and (max-width: 1600px) {
    .pro_owl_list_four ul {
        margin-left: 0;
        margin-right: 0;
    }
    .pro_owl_list_four .slick-prev {
        left: -3%;
    }
    .pro_owl_list_four .slick-next {
        right: -3%;
    }
}

@media screen and (max-width: 1366px) {
    .pro_owl_list_four .slick-prev {
        left: -1%;
    }
    .pro_owl_list_four .slick-next {
        right: -1%;
    }
}
.ScenesList .tit_icon{
    padding-bottom: 60px;
}
.ScenesList article {
    max-width: 990px;
    margin: 0 auto 5%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: -1.5%;
}

@media screen and (max-width: 768px) {
    .ScenesList article {
        font-size: 14px;
        line-height: 24px;
    }
}

.Scenesul {
    border-radius: 5px;
    overflow: hidden;
}

.Scenesul li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
    padding-top: 24.827%;
}

.Scenesul li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.Scenesul li:first-child {
    width: calc(39.845% - 4px);
}

.Scenesul li:nth-child(2) {
    width: calc(31.685% - 4px);
}

.Scenesul li:nth-child(3),
.Scenesul li:nth-child(4),
.Scenesul li:nth-child(6) {
    width: 28.386%;
}

.Scenesul li:nth-child(5) {
    width: calc(42.8% - 4px);
    margin-right: 0;
}

.Scenesul li:nth-child(3n) {
    margin-right: 0;
}

.Scenesul li:nth-child(4),
.Scenesul li:nth-child(6),
.Scenesul li:nth-child(5) {
    margin-bottom: 0;
}

.Scenesul li:nth-child(3) {
    float: right;
    padding-top: 31.598%;
}

.Scenesul li:nth-child(4),
.Scenesul li:nth-child(5) {
    padding-top: 23.265%;
}

.Scenesul li:nth-child(6) {
    float: right;
    padding-top: 16.494%;
}

.Scenesul li p {
    margin: 0;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.37);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 22px;
}

.Scenesul li p i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-top: -10px;
}

@media screen and (max-width: 640px) {
    .Scenesul li {
        width: 48% !important;
        margin: 0 1% 2% !important;
        padding-top: 50% !important;
    }
    .Scenesul li p {
        line-height: 40px;
        font-size: 14px;
    }
}

.tit_list li {
    position: relative;
    padding-right: 90px;
    padding-left: 15px;
    line-height: 58px;
    border-bottom: 1px dashed #ededed;
    font-size: 16px;
}

.tit_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #0b7244;
}

.tit_list li time {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

@media screen and (max-width: 640px) {
    .tit_list li {
        font-size: 14px;
        line-height: 46px;
    }
}

.About_box .item1 {
    position: relative;
    padding-bottom: 6%;
}

.About_box .item1 .fl {
    width: 51%;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}

.About_box .item1 .tit_icon {
    padding: 0 0 2%;
}

.About_box .item1 .fr {
    position: absolute;
    width: 63.46%;
    right: 0;
    top: 0;
}

.About_box .item1 .fr .btn_play {
    left: 53%;
    top: 49%;
}
.About_box .item1 .fr figure{ position: relative;}

@media screen and (max-width: 768px) {
    .About_box .item1 .fl,
    .About_box .item1 .fr {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 24px;
    }
    .About_box .item1 .fr {
        width: 100%;
        position: relative;
    }
    .About_box .item1 .fr .btn_play {
        left: 50%;
        top: 50%;
    }
}

@media screen and (max-width: 640px) {
    .About_box .item1 .fl {
        margin: 7% 0;
    }
}

.about_item2_info {
    position: relative;
    z-index: 2;
}

.about_item2_info li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    background-color: #f0f7f4;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    min-height: 500px;
}

.about_item2_info li:last-child {
    margin-right: 0;
}

.about_item2_info li h2 {
    margin: 0 0 0;
    font-size: 24px;
    color: #0b7244;
    font-weight: normal;
}

.about_item2_info li p {
    margin: 0;
    padding: 5% 8%;
}

.about_item2_info .box1 h2 {
    margin-top: -2%;
}

.about_item2_info .box2 h2 {
    padding-top: 12%;
}

.about_item2_info .box2 p {
    max-width: 220px;
    margin: 0 auto -6%;
    padding: 5% 0 0;
}

.about_item2_info .box3 h2 {
    margin-top: -10%;
}

@media screen and (max-width: 768px) {
    .about_item2_info li {
        width: 32%;
        margin-right: 2%;
        font-size: 14px;
    }
    .about_item2_info li h2 {
        font-size: 20px;
    }
    .about_item2_info .box1 h2 {
        margin-top: 15%;
    }
    .about_item2_info .box2 h2 {
        padding-top: 45%;
    }
    .about_item2_info .box2 p {
        margin: 0 auto 34%;
        padding: 5% 8%;
    }
    .about_item2_info .box3 h2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .about_item2_info li {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: auto;
        margin-bottom: 3%;
    }
    .about_item2_info li h2 {
        font-size: 20px;
    }
    .about_item2_info .box1 h2 {
        margin-top: 0;
    }
    .about_item2_info .box2 h2 {
        padding-top: 10%;
    }
    .about_item2_info .box2 p {
        margin: 0 auto -5%;
    }
    .about_item2_info .box3 h2 {
        margin-top: -10%;
    }
}

.history_list .tit_icon::before {
    display: block;
    margin: 0 auto;
}

.history_list ul {
    position: relative;
}

.history_list ul::before {
    content: '';
    display: block;
    width: 61px;
    margin: 0 auto;
    height: 130px;
    background: url(../images/history_top.png) no-repeat center top;
}

.history_list ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 130px);
    top: 130px;
    background: url(../images/history_bg2.png) repeat-y center top;
}

.history_list li {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 7%;
    position: relative;
}

.history_list li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/Hbox_line2.png) no-repeat center;
    margin-left: 8px;
    transform: rotateY(180deg);
}

.history_list li figure {
    width: 41%;
    float: right;
}

.history_list li figure img {
    border: 4px solid #0b7244;
    border-radius: 5px;
}

.history_list li .txt {
    width: 40%;
    text-align: right;
    float: left;
    min-height: 247px;
    max-height:247px;
    overflow: hidden;
}

.history_list li time {
    font-size: 30px;
    color: #dab779;
    font-family: "Oswald-Bold";
    display: block;
    margin-bottom: 4%;
}

.history_list li aside {
    font-size: 16px;
    line-height: 30px;
}

.history_list li:nth-child(2n)::before {
    transform: none;
    margin-left: 19px;
}

.history_list li:nth-child(2n) figure {
    float: left;
    text-align: right;
}

.history_list li:nth-child(2n) .txt {
    float: right;
    text-align: left;
}

.history_list li:last-child {
    padding-bottom: 0;
}

.history_list .Hmore {
    display: block;
    margin: 5% auto;
    color: #0b7244;
}

@media screen and (max-width: 640px) {
    .history_list ul::before,
    .history_list ul::after {
        display: none;
    }
    .history_list li figure,
    .history_list li .txt {
        float: none;
        width: 100%;
        text-align: left !important;
        margin-bottom: 2%;
    }
    .history_list li time {
        font-size: 24px;
    }
    .history_list li aside {
        font-size: 14px;
        line-height: 24px;
    }
    .history_list li::before {
        display: none;
    }
}

.ideaBox .tit_icon {
    padding: 0 0 1%;
}

.ideaBox article {
    font-size: 16px;
    line-height: 32px;
}

.ideaBox .ideaList {
    margin-top: 5%;
}

.ideaBox .ideaList li {
    background-color: #f0f7f4;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5%;
    font-size: 16px;
    line-height: 28px;
}

.ideaBox .ideaList figure {
    position: relative;
    width: 58.8%;
}

.ideaBox .ideaList figure img {
    width: 100%;
}

.ideaBox .ideaList figure::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33.68%;
    background: url(../images/idea_bg.png) no-repeat right center;
    background-size: contain;
}

.ideaBox .ideaList .txt {
    position: relative;
    z-index: 3;
    padding-right: 4%;
}

.ideaBox .ideaList .txt i {
    width: 102px;
    line-height: 102px;
    height: 102px;
    background-color: #FFFFFF;
    border-radius: 100%;
    position: absolute;
    left: -33.68%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
}

.ideaBox .ideaList .txt h3 {
    font-size: 24px;
    color: #0b7244;
    font-weight: normal;
    margin: 0 0 4%;
}

.ideaBox .ideaList li:nth-child(2n) figure::before {
    left: 0;
    transform: rotateY(180deg);
}

.ideaBox .ideaList li:nth-child(2n) .txt {
    padding-left: 5%;
    padding-right: 0;
}

.ideaBox .ideaList li:nth-child(2n) .txt i {
    left: auto;
    right: -33.68%;
}

@media screen and (max-width: 1024px) {
    .ideaBox .ideaList li figure,
    .ideaBox .ideaList li .txt {
        display: block;
        width: 100%;
    }
    .ideaBox .ideaList li figure {
        margin-bottom: 4%;
    }
    .ideaBox .ideaList li figure::before {
        display: none;
    }
    .ideaBox .ideaList li .txt {
        padding: 2% !important;
    }
    .ideaBox .ideaList li .txt i {
        left: 50% !important;
        right: auto !important;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -90px;
    }
}

@media screen and (max-width: 640px) {
    .ideaBox .ideaList li .txt {
        font-size: 14px;
        line-height: 24px;
    }
    .ideaBox .ideaList li .txt i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -50px;
    }
    .ideaBox .ideaList li .txt i img {
        max-height: 50%;
        max-width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .ideaBox .ideaList li .txt h3 {
        font-size: 18px;
    }
}

.sub_menu {
    text-align: center;
    margin-bottom: 5%;
}

.sub_menu a {
    display: inline-block;
    background-color: #f8f8f8;
    font-size: 18px;
    color: #999999;
    padding: 0 2%;
    line-height: 42px;
    border-radius: 5px;
    margin: 0 0.8%;
    min-width: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.sub_menu a:hover,
.sub_menu a.on {
    background-color: #0b7244;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .sub_menu a {
        font-size: 14px;
        line-height: 30px;
        min-width: auto;
    }
}

.sub_menu_pro{
overflow: hidden;border-left:1px solid #eee;
}
.sub_menu_pro dd{float: left;width: 194px;text-align: center;margin-left:-36px;}
.sub_menu_pro a{font-size:16px;padding: 0% 3.2%;line-height: 42px;margin: 0 0%;display: block;background: url(../images/menu_pro.png) center center/cover}
.sub_menu_pro a:hover,
.sub_menu_pro dd.on a{color:#fff;background: url(../images/menu_pro_on.png) center center/cover}

@media(max-width:768px){
 .sub_menu_pro   {background: #f5f5f5;padding-left:7px;padding-right:7px;}
 .sub_menu_pro dd{width:33.3%;margin-left:0;display: table;transform: skewX(15deg);}
 .sub_menu_pro a{transform: skewX(-15deg);background:none;font-size:14px;    display: table-cell; vertical-align:middle;line-height:22px; height: 44px;}
.sub_menu_pro a:hover,
 .sub_menu_pro dd.on a{background:none;}
.sub_menu_pro dd:hover,
 .sub_menu_pro .on{background:#0b7244;}
}
.honorList {
    margin: 0 2vw;
}

.honorList li {
    float: left;
    text-align: center;
    position: relative;
    background: url("../images/honor_taibg.png") repeat-x top 100% left;
    margin-bottom: 6%;
}

.honorList li a {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #555555;
}

.honorList li .pic {
    padding-bottom: 1.9vw;
}

.honorList li figure {
    padding-bottom: 58%;
    position: relative;
}

.honorList li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    margin-left: 10px;
}

@media screen and (min-width: 769px) {
    .honorList li {
        width: 25%;
    }
    .honorList li:first-child:before,
    .honorList li:nth-child(4n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/honor_taibg_l.png") no-repeat left top 100%;
        width: 2vw;
        left: -2vw;
    }
    .honorList li:last-child:before,
    .honorList li:nth-child(4n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/honor_taibg_r.png") no-repeat right top 100%;
        width: 2vw;
        right: -2vw;
    }
}

@media screen and (max-width: 768px) {
    .honorList li {
        width: 50%;
    }
    .honorList li .pic {
        padding-bottom: 2.5vw;
    }
    .honorList li:first-child::before,
    .honorList li:nth-child(2n+1)::before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/honor_taibg_l.png") no-repeat left top 100%;
        width: 2vw;
        left: -2vw;
    }
    .honorList li:last-child:before,
    .honorList li:nth-child(2n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/honor_taibg_r.png") no-repeat right top 100%;
        width: 2vw;
        right: -2vw;
    }
    .honorList li aside {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .honorList li .pic {
        padding-bottom: 11vw;
    }
}

.downBox .search {
    background: url(../images/Habout_bg.jpg) repeat;
    border-radius: 5px;
    overflow: hidden;
    padding: 2% 3%;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 3%;
}

.downBox .search dt {
    width: 90px;
}

.downBox .search .selectbox {
    width: 21%;
}

.downBox .search select {
    width: 90%;
    height: 44px;
    line-height: 44px;
    padding: 0 6%;
    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;
    color: #aaaaaa;
    font-size: 16px;
    background-image: url(../images/select.gif);
}

.downBox .search .button {
    width: 112px;
    line-height: 44px;
    text-align: center;
    height: 44px;
    color: #FFFFFF;
    background-color: #dab779;
    border: none;
    font-size: 16px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .downBox .search .selectbox {
        width: 23%;
    }
}

@media screen and (max-width: 640px) {
    .downBox .search {
        padding: 5% 3%;
    }
    .downBox .search dt,
    .downBox .search dd {
        width: 100% !important;
        display: block;
        margin-bottom: 5%;
    }
    .downBox .search select,
    .downBox .search .button {
        width: 100%;
        line-height: 36px;
        height: 36px;
        font-size: 14px;
    }
}

.downList li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5%;
}

.downList li:nth-child(2n) {
    margin-right: 0;
}

.downList li a {
    display: block;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 4%;
    line-height: 64px;
    font-size: 16px;
    color: #666666;
    position: relative;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.downList li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 26px;
    background-color: #dab779;
}

.downList li aside {
    float: right;
    font-size: 14px;
    color: #888888;
}

.downList li aside span {
    display: inline-block;
    margin-left: 30px;
    padding-left: 25px;
    background: url(../images/down_rar2.png) no-repeat left center;
}

.downList li aside .time {
    background-image: url(../images/down_time.png);
}

.downList li a:hover {
    background-color: #dab779;
    color: #FFFFFF;
}

.downList li a:hover::before {
    background-color: #FFFFFF;
}

.downList li a:hover aside {
    color: #FFFFFF;
}

.downList li a:hover aside .rar {
    background-image: url(../images/down_rar2.png);
}

.downList li a:hover aside .time {
    background-image: url(../images/down_time2.png);
}

@media screen and (max-width: 768px) {
    .downList li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .downList li a {
        font-size: 14px;
        line-height: 30px;
        padding: 2% 4%;
    }
    .downList li aside {
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .downList li aside .pdf {
        margin-left: 0;
    }
}

.open_table {
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.open_table .close {
    width: 37px;
    height: 37px;
    position: absolute;
    top: -37px;
    right: -60px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center;
}

.open_table .table {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 450px;
    background: url(../images/logo.png) no-repeat 90% 10% #FFFFFF;
    padding: 3% 3% 2%;
    border-radius: 15px;
}

.open_table .table h2 {
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    margin: 0;
    padding: 1% 0 9%;
}

.open_table .table li {
    margin-bottom: 6.5%;
}

.open_table .table li select,
.open_table .table li .text {
    width: 100%;
    border: 1px solid rgba(153, 152, 147, 0.4);
    border-radius: 10px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.open_table .table .code {
    position: relative;
    padding-right: 45%;
}

.open_table .table .code .btn_code {
    width: 40%;
    line-height: 50px;
    text-align: center;
    background-color: #dab779;
    color: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}

.open_table .table .button {
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: none;
    background-color: #035d35;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 3%;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .open_table .close {
        right: -20px;
        top: -20px;
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    .open_table .table h2 {
        font-size: 18px;
        padding-top: 3%;
    }
    .open_table .table li .text,
    .open_table .table li .btn_code,
    .open_table .table li .button {
        font-size: 14px !important;
    }
}

.open_table .pro_table {
    max-width: 600px;
    padding: 0;
    background-image: none;
}

.open_table .pro_table hgroup {
    background: url(../images/tab_bg1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 5% 0;
    color: #FFFFFE;
    border-radius: 10px 10px 0 0;
}

.open_table .pro_table hgroup * {
    margin: 0;
    font-weight: normal;
}

.open_table .pro_table hgroup h3 {
    font-size: 24px;
    margin-bottom: 2%;
}

.open_table .pro_table hgroup h4 {
    font-size: 18px;
}

.open_table .pro_table ul {
    padding: 7%;
}

.open_table .table_mfbj hgroup h3 {
    font-size: 20px;
    margin: 0;
    line-height: 36px;
}

.open_table .table_mfbj li {
    max-width: 351px;
    margin: 0 auto 2%;
}

.open_table .table_down li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
    position: relative;
}

.open_table .table_down li:nth-child(2n) {
    margin-right: 0;
}

.open_table .table_down li:nth-child(2n+1) {
    clear: both;
}

.open_table .table_down li:last-child {
    float: none;
    margin: 0 auto;
}

.open_table .table_down li .btn_code {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #dab779;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    display: block;
}

.Nmenu_Case #side-menu {
    max-width: 50%;
    float: left;
	margin-left: 0;
}

.Nmenu_Case .search {
    float: right;
    margin-top: 22px;
    position: relative;
    width: 22.5%;
    margin-right: 5.5%;
    line-height: normal;
}

.Nmenu_Case .search .text {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 45px 0 5%;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #bebebe;
}

.Nmenu_Case .search .btn {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_icon.png) no-repeat center;
}

@media screen and (max-width: 768px) {
    .Nmenu_Case #side-menu {
        max-width: 70%;
    }
    .Nmenu_Case .search {
        float: right;
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .Nmenu_Case #side-menu,
    .Nmenu_Case .search {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .Nmenu_Case .search {
        margin: 4% 0;
    }
    .Nmenu_Case #side-menu {
        padding: 0 25px;
    }
}

.CaseInfo .list_owl {
    float: left;
    width: 51%;
}

.CaseInfo .list_owl figure {
    border-radius: 5px;
}

.CaseInfo .big figure {
    padding-top: 76%;
}

.CaseInfo .small {
    padding: 0 7%;
    margin: 10px 0;
    position: relative;
}

.CaseInfo .small figure {
    padding-top: 70%;
    margin: 0 5px;
}

.CaseInfo .small_btn {
    width: 6%;
    height: 100%;
    background: url(../images/btn_prev4.png) no-repeat center #efefef;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    top: 27px;
    position: absolute;
}

.CaseInfo .small_btn.prev {
    left: 0;
}

.CaseInfo .small_btn.next {
    left: 94%;
    right: 0;
    transform: rotate(180deg);
}

.CaseInfo .txt_con {
    float: right;
    width: 48%;
    background-color: #f9f9f9;
    padding: 3%;
}

.CaseInfo .txt_con .tit {
    font-weight: normal;
    font-size: 28px;
    color: #333333;
    margin: 3% 0 8%;
}

.CaseInfo .txt_con dl {
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
}

.CaseInfo .txt_con dl dt {
    color: #999999;
    width: 30%;
}

.CaseInfo .txt_con .ytable_cell {
    padding: 4% 0;
    vertical-align: top;
    font-size: 16px;
}

.CaseInfo .txt_con .btn {
    margin: 12% 0 4%;
}

.CaseInfo .txt_con .btn .item,
.CaseInfo .txt_con .btn .button {
    width: 48%;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    border-radius: 5px;
}

.CaseInfo .txt_con .btn .text {
    width: 100%;
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	border-radius: 5px;
	padding-left: 20px;
    background-color: #fbfbfb;
    /* background-image: url(../images/xing.png);
    background-repeat: no-repeat;
    background-position: 5% center; */
    background-size: 12px;
    border: 1px solid rgba(153, 152, 147, 0.4);
}
.CaseInfo .txt_con .btn .item{ position: relative; float: left;}
.CaseInfo .txt_con .btn .item font{ position: absolute; left: 10px; font-size: 16px; color: #d93c3c; top: 0;}

.CaseInfo .txt_con .btn .button {
    float: right;
    color: #FFFFFF;
    background-color: #0b7244;
    border: 1px solid #0b7244;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .CaseInfo .txt_con .tit {
        font-size: 24px;
    }
    .CaseInfo .txt_con .btn {
        margin: 12% 0 4%;
    }
    .CaseInfo .txt_con .btn .item,
    .CaseInfo .txt_con .btn .button {
        width: 48%;
        text-align: center;
        font-size: 14px;
        line-height: 46px;
        height: 46px;
        border-radius: 5px;
    }
	.CaseInfo .txt_con .btn .text{font-size: 14px; line-height: 46px;  height: 46px;}
}

@media screen and (max-width: 768px) {
    .CaseInfo .list_owl,
    .CaseInfo .txt_con {
        width: 100%;
        float: none;
    }
    .CaseInfo .txt_con .tit {
        font-size: 20px;
        margin-bottom: 3%;
    }
    .CaseInfo .txt_con .ytable_cell {
        font-size: 14px;
    }
    .CaseInfo .txt_con .btn {
        margin: 6% 0 4%;
    }
}

@media screen and (max-width: 640px) {
    .CaseInfo .txt_con .btn .text,
    .CaseInfo .txt_con .btn .button {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }
}

.case_owl_list li figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 76%;
    border: none;
}

.case_owl_list li figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    z-index: 1;
}

.case_owl_list li figure::before,
.case_owl_list li figure .txt {
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.case_owl_list li figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 114, 68, 0.8);
    z-index: 2;
}

.case_owl_list li figure .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    color: #FFFFFF;
    padding: 0 3%;
}

.case_owl_list li figure .txt * {
    margin: 0;
}

.case_owl_list li figure .txt h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.case_owl_list li figure .txt h3 {
    font-size: 16px;
    font-weight: normal;
    max-width: 160px;
    margin: 0 auto;
}

.case_owl_list a:hover figure::before,
.case_owl_list a:hover figure .txt {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .case_owl_list li figure {
        padding-top: 76%;
    }
}

.newsList .list {
    padding-bottom: 3%;
}

.newsList {
    position: relative;
}

.newsList .position {
    position: relative;
    width: 100%;
    top: -150px;
}

.newsList .list:first-child .tit_icon {
    padding-top: 0;
}

.newsList .Hmore {
    float: right;
}

.newsList dt a {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 2%;
    border-radius: 5px;
}

.newsList dt figure {
    width: 318px;
    overflow: hidden;
    border-radius: 5px;
}

.newsList dt figure img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.newsList dt .txt {
    padding-left: 5%;
    font-size: 16px;
    line-height: 32px;
}

.newsList dt .txt h3 {
    font-weight: normal;
    margin: 0;
    font-size: 18px;
}

.newsList dt .txt p {
    margin: 3% 0;
    color: #666666;
}

.newsList dt .txt time {
    color: #999999;
}

.newsList dd {
    line-height: 52px;
    border-bottom: 1px dashed #e2e2e2;
    padding-left: 20px;
    background: url(../images/Hbox_line2.png) no-repeat left center;
    background-size: 14px;
	font-size: 16px;
}

.newsList dd time {
    float: right;
    margin-left: 2%;
    color: #999999;
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .newsList dt .ytable_cell {
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .newsList dt .txt {
        padding: 2% 0 0;
        font-size: 14px;
        line-height: 26px;
    }
    .newsList dt .txt h3 {
        font-size: 16px;
    }
    .newsList .position {
        top: -200px;
    }
}

.newsInfo .newstitle {
    text-align: center;
    padding-bottom: 3%;
    border-bottom: 1px solid #ececec;
}

.newsInfo .newstitle h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 2%;
    color: #333333;
}

.newsInfo .newstitle time {
    color: #bbbbbb;
}

.newsInfo {
    width: 100%;
    margin: 0 auto;
}

.newsInfo .txt {
    background-color: #f0f7f4;
    line-height: 43px;
    padding: 1%;
    margin: 4% auto;
    border-radius: 5px;
    font-weight: bold;
    color: #0b7244;
    font-size: 20px;
    position: relative;
    padding-right: 120px;
    width: 100%;
	padding-left: 5%;
}

.newsInfo .txt a {
    float: right;
    width: 113px;
    text-align: center;
    background-color: #dab779;
    color: #0b7244;
    border-radius: 5px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.newsInfo article {
    font-size: 16px;
    line-height: 24px;
	padding: 0 5%;
}

.newsInfo .list {
    margin: 5% 0;
    border-top: 1px solid #ececec;
}

.newsInfo .list .tit {
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    margin: 3% 0 1%;
}

.newsInfo .list li {
    font-size: 16px;
    line-height: 32px;
}

.newsInfo .list li a {
    color: #666666;
}

.newsInfo .list li a:hover {
    color: #0b7244;
}

.newsInfo .list li time {
    float: right;
    color: #bbbbbb;
    margin-left: 2%;
}

@media screen and (max-width: 640px) {
    .Nbanner {
        margin-top: 56px;
    }
    .newsInfo .newstitle h1 {
        font-size: 22px;
    }
    .newsInfo .txt {
        font-size: 13px;
        overflow: hidden;
		line-height: 36px;
		padding-right: 65px;
		padding-left: 1%;
    }
	.newsInfo .txt a{
		font-size: 12px;
		line-height: 20px;
		width: 60px;
	}
    .newsInfo article {
        font-size: 14px;
    }
    .newsInfo .list {
        margin: 5% 0;
    }
    .newsInfo .list .tit {
        font-size: 18px;
    }
    .newsInfo .list li {
        font-size: 14px;
        line-height: 24px;
    }
}

.pro_info_main .proList {
    background-color: #f5f5f5;
    padding: 2% 9%;
    text-align: center;
}
.pro_info_main .proList .div_hide{height: 0px;    overflow: hidden;}

.pro_info_main .proList li a {
    display: block;
    padding: 0 1%;
}

.pro_info_main .proList figure {
    position: relative;
    padding-top: 80%;
}

.pro_info_main .proList figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 80%;
    max-width: 80%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_info_main .proList .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 45px;
    height: 45px;
    border: 2px solid #e8e7e7;
    border-radius: 100%;
    background: url(../images/btn_prev.png) no-repeat center #FFFFFF;
}

.pro_info_main .proList .slick-arrow:hover {
    background: url(../images/btn_prev3.png) no-repeat center #0b7244;
    border-color: #0b7244;
}

.pro_info_main .proList .slick-prev {
    left: -6%;
}

.pro_info_main .proList .slick-next {
    left: auto;
    right: -6%;
    transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
    .pro_info_main .proList .slick-arrow {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background-size: 7px;
    }
    .pro_info_main .proList .slick-prev {
        left: -8%;
    }
    .pro_info_main .proList .slick-next {
        right: -8%;
    }
}

.productInfo {
    margin: 5% 0 2%;
    overflow: hidden;
}

.productInfo .list_owl {
    float: left;
    width: 51%;
}

.productInfo .list_owl figure {
    border-radius: 5px;
}

.productInfo .big {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 2%;
}

.productInfo .big figure {
    padding-top: 76%;
    background-size: 60%;
position: relative;
}
.productInfo .big figure img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-height: 100%;}

.productInfo .small {
    padding: 0 7%;
    margin: 10px 0;
    position: relative;
}

.productInfo .small figure {
    padding-top: 70%;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.productInfo .small_btn {
    width: 6%;
    height: 100%;
    background: url(../images/btn_prev4.png) no-repeat center #efefef;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    top: 0;
    position: absolute;
    margin: 0;
}

.productInfo .small_btn.prev {
    left: 0;
    right: auto;
}

.productInfo .small_btn.next {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

.productInfo .txt_con {
    float: right;
    width: 48%;
    padding: 0 3%;
}

.productInfo .txt_con .tit {
    font-weight: normal;
    font-size: 28px;
    color: #333333;
    margin: 2% 0 4%;
}

.productInfo .txt_con dl {
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
}

.productInfo .txt_con dl dt {
    color: #999999;
    width: 30%;
}

.productInfo .txt_con .ytable_cell {
    padding: 3.7% 0;
    vertical-align: top;
    font-size: 16px;
}

.productInfo .txt_con .btn {
    margin: 9% 0 0;
}

.productInfo .txt_con .btn a {
    display: inline-block;
    width: 48%;
    max-width: 130px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0b7244;
    border-radius: 5px;
    font-size: 18px;
}

.productInfo .txt_con .btn a.btn_down {
    background-color: #dab678 !important;
    color: #0b7244;
	margin-left: 16px;
}

.productInfo .txt_con .btn a:last-child {
    background-color: #dab779;
    color: #0b7244;
    margin-left: 3%;
}

@media screen and (max-width: 768px) {
    .productInfo .txt_con .tit {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .productInfo .list_owl,
    .productInfo .txt_con {
        width: 100%;
        float: none;
        margin: 3% 0;
    }
    .productInfo .txt_con {
        padding-top: 6%;
    }
    .productInfo .txt_con .tit {
        font-size: 18px;
    }
    .productInfo .txt_con .ytable_cell {
        font-size: 14px;
    }
	.productInfo .txt_con dl dt{ width: 47%; padding-right: 5%;}
    .productInfo .txt_con .btn a {
        font-size: 14px;
    }
}

.proItem article {
    font-size: 16px;
    line-height: 30px;
    margin: 0% 0 0%;
}

.proItem .item_table {
    background-color: #f0f7f4;
    padding: 4%;
    border-radius: 5px;
}

.proItem .item_table hgroup {
    text-align: center;
    margin-bottom: 3%;
}

.proItem .item_table hgroup * {
    margin: 0;
}

.proItem .item_table hgroup h3 {
    font-size: 24px;
    color: #0b7244;
    padding-bottom: 1.5%;
}

.proItem .item_table hgroup h4 {
    font-weight: normal;
    font-size: 16px;
    color: #555555;
}

.proItem .item_table .item {
    width: 28%;
    margin-right: 2%;
    float: left;
}

.proItem .item_table .btn {
    float: right;
    width: 10%;
}

.proItem .item_table .btn .button {
    width: 100%;
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .proItem article {
        font-size: 14px;
    }
    .proItem .item_table hgroup h3 {
        font-size: 18px;
    }
    .proItem .item_table hgroup h4 {
        font-size: 14px;
    }
    .proItem .item_table .Htable li {
        width: 100%;
        float: none;
        margin: 0 0 5%;
    }
    .proItem .item_table .Htable .btn .button {
        font-size: 14px;
    }
}

.Product_pic {
    padding: 3% 0;
    position: relative;
}

.Product_pic .product-360 {
    position: relative;
}

.Product_pic .threesixty {
    min-height: 200px;
}

.Product_pic .threesixty img {
    width: 100%;
}

.Product_pic .view-360 {
    display: block !important;
}

.Product_pic .view-360 .ui>* {
    font-size: 0;
    width: 60px !important;
    height: 60px !important;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ddeaea;
    transition: 0.5s;
}

.Product_pic .view-360 .prev {
    left: 10px;
}

.Product_pic .view-360 .next {
    right: 10px;
}

.Product_pic .view-360 .ui>* {
    opacity: 1;
}

.Product_pic .view-360 .next::before,
.Product_pic .view-360 .prev::before {
    position: absolute;
    content: '';
    width: 25%;
    height: 25%;
    border-top: 3px solid #0b7244;
    border-right: 3px solid #0b7244;
    top: 38%;
    left: 35%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Product_pic .view-360 .prev::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left: 40%;
}

.Product_pic .view-360 .next:hover,
.Product_pic .view-360 .prev:hover {
    background: #005f5b;
    border-color: #004946;
}

.Product_pic .view-360 .next:hover::before,
.Product_pic .view-360 .prev:hover::before {
    border-right-color: #fff;
    border-top-color: #fff;
}

@media screen and (max-width: 768px) {
    .Product_pic .item .pic {
        height: 200px;
        border-radius: 10px;
    }
    .Product_pic .view-360 .ui>* {
        font-size: 0;
        width: 40px !important;
        height: 40px !important;
        margin-top: -15px;
    }
}

.SolutionBox {
    font-size: 16px;
    line-height: 30px;
}

.SolutionBox .tit_icon {
    padding: 6% 0 2%;
}

.SolutionBox .tit_one {
    padding: 0 0 1%;
}

.SolutionBox .Hbox2 {
    padding: 0 3% 2.544%;
    border-radius: 5px;
	margin-top: 50px;
}
.SolutionBox .Hbox2 .table_box{padding-top: 3.5%;}

.SolutionBox .Hbox2 .Htable font {
    top: 12px;
}

.SolutionBox .Hbox2 .btn {
    position: relative;
}

.SolutionBox .Hbox2 .btn .button {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.SolutionBox .Hbox2 .btn .txt {
    background-color: #dab779;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    line-height: 111px;
    height: 111px;
    display: block;
}

.SolutionBox .Hbox2 .btn .txt font {
    color: #0b7244;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
    vertical-align: middle;
    position: static;
    max-width: 65px;
}

@media screen and (max-width: 640px) {
    .SolutionBox {
        font-size: 14px;
    }
    .SolutionBox .Hbox2 .table_box hgroup h2 {
        font-size: 18px;
    }
    .SolutionBox .Hbox2 .btn .txt {
        line-height: 48px;
        height: 48px;
    }
    .SolutionBox .Hbox2 .btn .txt font {
        max-width: 100%;
    }
}

.Design_ul {
    margin-top: 8%;
}

.Design_ul li {
    position: relative;
    text-align: center;
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.Design_ul li:last-child {
    margin-right: 0;
}

.Design_ul li .txt {
    position: relative;
    height: 100%;
    background-color: #f2f3f5;
    border-radius: 20px;
    padding: 0 10% 3%;
    min-height: 346px;
}

.Design_ul li .txt i {
    display: block;
    position: relative;
}

.Design_ul li .txt i img {
    margin-top: -90px;
}

.Design_ul li .txt h3 {
    font-size: 22px;
    color: #333333;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .Design_ul li {
        width: 100%;
        margin: 25% 0 5%;
    }
    .Design_ul li .txt {
        min-height: auto;
    }
    .Design_ul li .txt h3 {
        font-size: 18px;
    }
}

.UserCase .txt {
    position: absolute;
}

.UserCase .big {
    margin: 2% 0 0;
}

.UserCase .big figure {
    height: 520px;
    overflow: hidden;
    border-radius: 10px;
}

.UserCase .big .txt {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    padding: 3.2%;
    color: #333333;
    border-radius: 10px 0 0 10px;
}

.UserCase .big .txt h2 {
    font-size: 22px;
}

.UserCase .big .txt p {
    max-width: 320px;
    line-height: 26px;
}

.UserCase .small ul {
    margin: 0 -14px;
}

.UserCase .small li {
    padding: 0 14px;
    position: relative;
    margin-top: 20px;
}

.UserCase .small figure {
    position: relative;
    height: 100px;
    border-radius: 10px;
}

.UserCase .small figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.UserCase .small .txt {
    width: 100%;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 175px;
    text-align: center;
}

.UserCase .small .slick-current figure::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom-color: rgba(11, 114, 68, 0.75);
}

.UserCase .small .slick-current figure::before {
    background-color: rgba(11, 114, 68, 0.75);
}

@media screen and (max-width: 640px) {
    .UserCase .big figure {
        padding-top: 80%;
        height: auto;
    }
    .UserCase .big .txt {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
    .UserCase .big .txt h2 {
        font-size: 18px;
    }
    .UserCase .big .txt p {
        max-width: 320px;
        line-height: 26px;
    }
    .UserCase .small ul {
        margin: 0;
    }
    .UserCase .small li {
        padding: 0 5px;
    }
    .UserCase .small .txt {
        font-size: 14px;
        padding: 0 1%;
    }
}

.ClassicCases .big {
    margin: 2% 0 0;
    overflow: hidden;
}

.ClassicCases .big ul {
    max-width: 790px;
    margin: 0 auto;
}

.ClassicCases .big .slick-list {
    overflow: initial;
}

.ClassicCases .big figure {
    padding-top: 60%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 6px;
    position: relative;
}

.ClassicCases .big figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.ClassicCases .big .slick-current figure::before {
    display: none;
}

.ClassicCases .big .slick-prev {
    left: -13%;
}

.ClassicCases .big .slick-next {
    right: -13%;
}

.ClassicCases .small ul {
    margin: 0 -6px;
}

.ClassicCases .small li {
    padding: 0 6px;
    position: relative;
    margin-top: 20px;
}

.ClassicCases .small figure {
    position: relative;
    height: 135px;
    border-radius: 10px;
}

.ClassicCases .small figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ClassicCases .small p {
    width: 100%;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 100px;
    text-align: center;
    margin: 0;
    position: absolute;
    opacity: 0;
}

.ClassicCases .small .slick-current figure::before {
    background-color: rgba(11, 114, 68, 0.75);
}

.ClassicCases .small .slick-current p {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .ClassicCases .big ul {
        max-width: 85%;
    }
    .ClassicCases .big .slick-prev {
        left: -7%;
    }
    .ClassicCases .big .slick-next {
        right: -7%;
    }
}

@media screen and (max-width: 640px) {
    .ClassicCases .big ul {
        max-width: 85%;
    }
    .ClassicCases .big .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .ClassicCases .small figure {
        height: auto;
        padding-top: 60%;
    }
    .ClassicCases .small figure p {
        font-size: 14px;
    }
}

.Presale .owl li {
    position: relative;
    height: 898px;
    display: none;
}

.Presale .owl li .imgBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.Presale .owl li .imgBg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.Presale .owl li img {
    display: none;
}

.Presale .owl li .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.Presale .owl li .txt h2 {
    font-size: 48px;
    opacity: .4;
    margin: 0;
    font-family: "Oswald-Bold";
}

.Presale .owl li .txt h3 {
    margin: .2% 0 1%;
    font-weight: normal;
    font-size: 48px;
}

.Presale .owl li .txt h3 b {
    font-family: "Oswald-Bold";
    color: #d9a957;
}

.Presale .owl li .txt p {
    margin: 0;
    font-size: 24px;
    max-width: 60%;
}

.Presale .tab_li {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    width: 370px;
right: 12%;
/*right: 50%;
    margin-right: -720px;*/
}

.Presale .tab_li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Presale .tab_li li {
    padding: 3% 10%;
    position: relative;
    margin: 4% 0;
    background-color: rgba(0, 0, 0, 0.25);
    min-height: 173px;
    border-radius: 10px;
    overflow: hidden;
}

.Presale .tab_li .txt {
    position: relative;
    z-index: 2;
    color: #fff;
}

.Presale .tab_li .txt h2 {
    display: table;
    table-layout: fixed;
    font-weight: normal;
    margin: 0;
}

.Presale .tab_li .txt h2 .num,
.Presale .tab_li .txt h2 .text {
    display: table-cell;
    vertical-align: middle;
}

.Presale .tab_li .txt h2 .num {
    width: 90px;
}

.Presale .tab_li .txt h2 font {
    font-size: 50px;
    font-family: "Oswald-Bold";
    color: #d9a957;
    vertical-align: middle;
    display: inline-block;
}

.Presale .tab_li .txt h2 font::after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 3px;
    background-color: #d9a957;
    vertical-align: middle;
    margin-top: -13px;
}

.Presale .tab_li .txt h2 .text {
    font-size: 20px;
}

.Presale .tab_li .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.Presale .tab_li .on figure {
    opacity: 1;
}

.Presale .tab_li .on .txt h2 font::after,
.Presale .tab_li .on .txt h2 .text {
    display: none;
}

.Presale .tab_li .on .txt p {
    display: none;
}

@media screen and (max-width: 1440px) {
    .Presale .tab_li {
        right: 10%
    }
}
@media screen and (max-width: 1200px) {
.Presale .owl li .txt h2,
.Presale .owl li .txt h3{    font-size: 40px;}
.Presale .owl li .txt p{max-width: 50%;font-size: 18px;}
}
@media screen and (max-width: 768px) {
    .Presale .owl li {
        height: auto;
        padding-top: 70%;
    }
    .Presale .owl li .txt h2,
    .Presale .owl li .txt h3 {
        font-size: 30px;
    }
    .Presale .owl li .txt p {
        max-width: 100%;
    }
    .Presale .tab_li {
        position: relative;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
        width: 100%;
        padding: 2%;
        overflow: hidden;
    }
}

@media screen and (max-width: 640px) {
    .Presale .owl li {
        height: auto;
        padding-top: 80%;
    }
    .Presale .owl li .txt {
        top: 60%;
    }
    .Presale .owl li .txt h2,
    .Presale .owl li .txt h3 {
        font-size: 20px;
    }
    .Presale .owl li .txt p {
        font-size: 14px;
    }
    .Presale .tab_li li {
        min-height: 140px;
    }
    .Presale .tab_li li .txt h2 .num {
        width: 60px;
    }
    .Presale .tab_li li .txt h2 font {
        font-size: 30px;
    }
    .Presale .tab_li li .txt h2 .text {
        font-size: 16px;
    }
    .Presale .tab_li li .txt p {
        font-size: 14px;
    }
}

.Aftersale {
    position: relative;
    padding: 12% 0 6%;
}

.Aftersale .Aftersale_con {
    color: #fff;
    font-size: 16px;
}

.Aftersale .Aftersale_con .tit {
    margin-bottom: 7%;
}

.Aftersale .Aftersale_con .tit h2 {
    margin: 0;
    font-weight: normal;
    font-size: 48px;
}

.Aftersale .Aftersale_con .tit h2 b {
    font-family: "Oswald-Bold";
    color: #d9a957;
}

.Aftersale .Aftersale_con .tit p {
    font-size: 24px;
    margin: 1% 0;
}

.Aftersale .Aftersale_con li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.Aftersale .Aftersale_con li:last-child {
    margin-right: 0;
}

.Aftersale .Aftersale_con li i {
    font-style: normal;
    font-size: 54px;
    opacity: .05;
    font-family: "Oswald-Bold";
}

.Aftersale .Aftersale_con li h3 {
    font-weight: normal;
    font-size: 24px;
}

.Aftersale .Aftersale_con li p {
    opacity: .48;
    line-height: 28px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.Aftersale .Aftersale_con li::after {
    content: '';
    width: 50%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.11);
    position: absolute;
    left: 50%;
    margin-left: 25%;
    top: 50%;
    margin-top: -32px;
}

.Aftersale .Aftersale_con .item1 p {
    max-width: 260px;
}

.Aftersale .Aftersale_con .item2 p {
    max-width: 345px;
}

.Aftersale .Aftersale_con .item4::after {
    display: none;
}

.Aftersale .table {
    max-width: 720px;
    margin: 0 auto;
}

.Aftersale .table hgroup {
    color: #fff;
}

.Aftersale .table hgroup h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
}

.Aftersale .table hgroup h5 {
    font-weight: normal;
    margin: 1% 0 5%;
    font-size: 16px;
    opacity: .6;
}

.Aftersale .table li {
    margin-bottom: 20px;
}

.Aftersale .table li select {
    display: block !important;
}

.Aftersale .table .row2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.Aftersale .table .row2:nth-child(2n) {
    margin-right: 0;
}

.Aftersale .table textarea.text {
    height: 100px;
}

.Aftersale .table .btn_submit {
    width: 113px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background-color: #dab779;
    color: #0b7244;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .Aftersale .Aftersale_con li {
        padding: 0 2%;
    }
    .Aftersale .Aftersale_con li::after {
        top: 150px;
        margin-top: 0;
        width: 37%;
        margin-left: 32%;
    }
}

@media screen and (max-width: 768px) {
    .Aftersale {
        padding-top: 22%;
    }
    .Aftersale .Aftersale_con .tit h2 {
        font-size: 30px;
    }
    .Aftersale .Aftersale_con li h3 {
        font-size: 20px;
    }
    .newsList .position {
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .Aftersale {
        padding-top: 35%;
    }
    .Aftersale .Aftersale_con .tit h2 {
        font-size: 22px;
    }
    .Aftersale .Aftersale_con .tit p {
        font-size: 16px;
    }
    .Aftersale .Aftersale_con li {
        width: 100%;
        float: none;
        margin: 0 0 5%;
    }
    .Aftersale .Aftersale_con li h3 {
        font-size: 16px;
    }
    .Aftersale .Aftersale_con li::after {
        display: none;
    }
}

.Contactus .ytable {
    background-color: #f0f7f4;
    border-radius: 30px;
}

.Contactus .allamp {
    position: relative;
    height: 540px;
    width: 70%;
}

.Contactus .allamp::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 15%;
    height: 100%;
    background: url(../images/map_bg.png) no-repeat left center;
    background-size: 100% 100%;
    z-index: 2;
}

.Contactus .allamp #map {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
}

.Contactus .allamp #map * {
    max-width: none;
}

.Contactus .txt_con {
    padding: 3%;
}

.Contactus .txt_con h2 {
    font-size: 24px;
    color: #0b7244;
    margin: 0;
}

.Contactus .txt_con h2::after {
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background-color: #cecece;
    margin: 20px 0;
}

.Contactus .txt_con ul {
    max-width: 270px;
}

.Contactus .txt_con li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    font-size: 16px;
    color: #666666;
}
.Contactus .txt_con li .img{display:block;margin-top: 10px;}
.Contactus .txt_con li .img img{width:46%;float:left;margin-right:4%;}
.Contactus .txt_con li .img img:nth-child(2n){margin-right:0;}
.Contactus .txt_con li .tit {
    display: block;
    padding-left: 25px;
    background: url(../images/lx_icon1.png) no-repeat left center;
    margin-bottom: 10px;
    color: #333;
}

.Contactus .txt_con li b {
    font-size: 24px;
    color: #0b7244;
    font-family: "Oswald-Bold";
}

.Contactus .txt_con li:nth-child(2) .tit {
    background-image: url(../images/lx_icon2.png);
}

.Contactus .txt_con li:nth-child(3) .tit {
    background-image: url(../images/lx_icon3.png);
}

.Contactus .txt_con li:nth-child(4) .tit {
    background-image: url(../images/lx_icon4.png);
}

.Contactus .table {
    padding: 5%;
    margin-top: 5%;
}

.Contactus .table h2 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin: 0 0 5%;
}

.Contactus .table ul {
    max-width: 720px;
    margin: 0 auto;
}

.Contactus .table ul li {
    margin-bottom: 20px;
}

.Contactus .table ul li select {
    display: block !important;
}

.Contactus .table ul .row2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.Contactus .table ul .row2:nth-child(2n) {
    margin-right: 0;
}

.Contactus .table ul textarea.text {
    height: 100px;
}

.Contactus .table ul .btn_submit {
    width: 113px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background-color: #dab779;
    color: #0b7244;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .Contactus .ytable_cell {
        display: block;
        width: 100%;
    }
    .Contactus .allamp {
        height: 300px;
    }
    .Contactus .allamp::before {
        display: none;
    }
    .Contactus .txt_con {
        padding: 5%;
    }
    .Contactus .txt_con h2 {
        font-size: 20px;
    }
    .Contactus .txt_con li {
        max-width: 100%;
    }
    .Contactus .table h2 {
        font-size: 20px;
    }
}

@keyframes changes {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateY(5px)
    }
}

.foot_fixed .top dd .ani {
    position: absolute;
    right: 0;
    top: 50%;
    animation: changes 0.6s 0.2s linear infinite alternate;
}



.video-play-wrap .close-btn {
    z-index: 99;
}

.pore {
    position: relative;
}

@media (max-width: 1100px) {
    .newsInfo {
        padding: 0;
        width: 100%;
    }
}

.proItem .picList{margin-top:18px;}
.proItem .picList .box{ position: relative; margin-bottom: 20px;}
.proItem .picList .box:last-child{ }
.proItem .picList .box .image{ width: 100%; border-radius: 5px;}
.proItem .picList .box .absolute{ position: absolute; left: 0; bottom: 0; padding: 3%; width: 100%; text-align: center; color: #fff; line-height: 36px; font-size: 16px;}
.proItem .picList .box .tit{ font-size: 30px; font-weight: normal; margin: 0 0 2%;}
.proItem .picList .box p{ margin: 0;}

@media (max-width: 640px) {
    .proItem .picList .box .absolute{ position: relative; color: #666; line-height: 26px; font-size: 14px; text-align: left;}
	.proItem .picList .box .tit{ font-size: 18px;}
}
.foot_fixed.foot_opacity{
    position:fixed !important;
}






.Floor0005{padding:4vw 0 ; position: relative;}
.Floor0005 .auto{position: relative;z-index: 50}
.Floor0005 .top{height: auto; overflow: hidden; margin-bottom: 30px; position: relative;width: 100%}
.Floor0005 .home_title{float: left; margin: 0}
.Floor0005 .home_more{position: absolute; right: 0; bottom: 0;z-index:100; background: #fff}
.Floor0005 .tab{position: absolute; right: 0; bottom: 0;z-index:100; width:60%}
.Floor0005 .tab_con{}
.Floor0005 .tab dl{width:100%; padding: 0;height: auto; position: relative; border-radius: 0px; cursor: pointer;z-index:10;background: #ebf4f4; height: auto; overflow: hidden }
.Floor0005 .tab dd{text-align: center; position: relative; line-height: 40px;float: left; margin-right: 8px;padding: 0 30px; font-size: 16px; border-radius:5px; overflow: hidden}
.Floor0005 .tab dd:last-child{margin-right: 0}
.Floor0005 .tab dd:after{ content: ""; display: block;position: absolute; right:-2px; bottom: 0px; width: 110%; height:3px;z-index: 50;}
.Floor0005 .tab dd.on,
.Floor0005 .tab dd:hover{ background: #005f5b; color: #fff }
.Floor0005 .tab dd.on:after,
.Floor0005 .tab dd:hover:after{background: #fbc600;}
.Floor0005 .news-con{position: relative;z-index: 50;float: left;width: 32%;margin-right: 2%}
.Floor0005 .news-con:last-child{margin-right: 0%}
.Floor0005 .news-con .left{margin-bottom: 10px;}
.Floor0005 .news-con h3{margin-top: 0;font-size: 20px;color: #0b7244;border-left: 3px solid;padding-left: 10px;}
.Floor0005 .news-con .right{}
.Floor0005 .news-con .left li a{border: 1px solid #d9eaea; display: block;position: relative; height: 100%; transition: 0.3s;background: #fff; border-radius: 10px; overflow: hidden}
.Floor0005 .news-con .left li .Ispic{padding-bottom: 60%;transition: transform .5s ease-in-out}
.Floor0005 .news-con .left li:hover .Ispic{transform: scale(1.06);}
.Floor0005 .news-con .left li .txt{padding: 10px 20px; background: rgba(0,0,0,0.5);position: absolute;z-index: 50;width: 100%;bottom:0;left: 0;}
.Floor0005 .news-con .left li .txt aside.dot{font-size: 15px;line-height: 1.5em; color: #fff;}
.Floor0005 .news-con .left li a:hover aside.dot{}
.Floor0005 .news-con .right li{padding: 5px 0; border-bottom: 1px dashed #ddd; height: auto; overflow: hidden; margin-bottom: 10px;}
.Floor0005 .news-con .right li h1{font-size: 14px; font-weight: normal; margin: 0; width: 70%; float: left; position: relative; background: url("../images/tit2.png") no-repeat 0px center ; padding-left: 15px;}
.Floor0005 .news-con .right li:hover h1{background: url("../images/tit2_hover.png") no-repeat 0px center ; padding-left: 15px;}
.Floor0005 .news-con .right li time{float: right;font-family: Fonts2; padding-left: 20px;}
.Floor0005 .form{height: auto; overflow: hidden; width: 100%;margin-top: 30px;}
.Floor0005 .form .word{width:40%; float: left; color: #444; font-size: 16px;line-height: 26px; margin: 10px 0 0 ; background: url(../images/htit.png) no-repeat left 5px; padding-left: 24px; margin: 20px 0 0 }
.Floor0005 .form .word h1{font-size: 18px;font-weight: normal; margin: 0; position: relative; display: inline-block}
.Floor0005 .form .word h1:after{content: ""; display: block; width:25px; height: 25px; background: url(../images/form_icon2.png) no-repeat center center; background-size: contain; position: absolute; right: -15px; top: 0; z-index: -10; opacity: 0.8}
.Floor0005 form{width:60%; float: right; height: auto; overflow: hidden;padding: 20px; background:#ebf4f4; border-radius: 5px;    box-shadow: 0px 0 50px rgba(200,230,230,0.4);}
.Floor0005 .form dd{width:36.5%; margin-right: 1%; float: left}
.Floor0005 .form dd:nth-child(3){margin-right: 0; width:25%;}
.Floor0005 .form .text{line-height: 42px; height: 42px; border:1px solid #bfd7d7; border-radius: 5px;background: #fff; width: 100%; color:#347572; font-size: 16px; padding: 0 10px;}
.Floor0005 .form .text:-ms-input-placeholder{color: #005f5b}
.Floor0005 .form .text::-moz-placeholder{color: #005f5b;}
.Floor0005 .form .btn{background: #005f5b; color: #fff; border: none;line-height: 42px; height: 42px; width: 100%; border-radius: 5px; font-size: 16px; cursor: pointer;box-shadow: 5px 5px 20px rgba(0,95,91,0.1);}

@media(max-width:1400px){
.Floor0005 form{width:55%;}
}
@media(max-width:768px){
	.Floor0005 {padding:0 0 30px 0}
	.Floor0005 .top{ margin-bottom:0}
	.Floor0005 .home_title{ margin: 0 }
.Floor0005 .tab{position:relative; width:100%}
	.Floor0005 .tab dd{padding: 0 20px;}
    
    .Floor0005 .news-con{float: none;width: 100%;margin-right: 0%}
    
	.Floor0005 .news-list .left{ margin-bottom: 20px;}
.Floor0005 .news-list .left,
.Floor0005 .news-list .right{width: 100%; float: left}
	.Floor0005 .news-list .left li .txt{padding: 20px 20px 70px 30px;}
.Floor0005 .news-list .left li .txt aside.dot{font-size: 18px; margin-bottom:10px;}
	.Floor0005 .news-list .left li time{line-height:40px; padding-left: 55px; }
	.Floor0005 .news-list .left li time:before{left:30px;; width:40px; height: 40px;}
.Floor0005 .news-list .left li time:after{ width:40px; height: 40px; }

.Floor0005 .form { margin:30px 0 0; position: relative}
.Floor0005 .form .word,
.Floor0005 .form form{width:100%; float: none; margin: 0 ; height: auto; overflow:hidden }
.Floor0005 .form .word{ margin: 0 0 10px 0}
	.Floor0005 .form .word h1{ font-size: 16px;}
.Floor0005 .form .word h1:after{ display: none}


.Floor0005 .form dd{width:100% !important; margin-right: 0; margin-bottom: 8px; float: left}
.Floor0005 .form dd:last-child{ margin-bottom: 0px; }
.Floor0005 .bg .word h1 b:after { display: none}

}
.newsInfo article img{
 width:auto !important;
 height:auto !important;
}